0byt3m1n1
Path:
/
data
/
17
/
1
/
36
/
100
/
1688263
/
meta
/
1821359
/
mysql.backup
/
[
Home
]
File: 1_02c4f04_2.mysqlcluster12.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster12 Database: 1_02c4f04_2 -- ------------------------------------------------------ -- 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_cf_form_entries` -- DROP TABLE IF EXISTS `wp_cf_form_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cf_form_entries` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `form_id` varchar(18) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_id` int(11) NOT NULL, `datestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `user_id` (`user_id`), KEY `date_time` (`datestamp`), KEY `status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cf_form_entries` -- LOCK TABLES `wp_cf_form_entries` WRITE; /*!40000 ALTER TABLE `wp_cf_form_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cf_form_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cf_form_entry_meta` -- DROP TABLE IF EXISTS `wp_cf_form_entry_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cf_form_entry_meta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0', `process_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `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 `entry_id` (`entry_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cf_form_entry_meta` -- LOCK TABLES `wp_cf_form_entry_meta` WRITE; /*!40000 ALTER TABLE `wp_cf_form_entry_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cf_form_entry_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cf_form_entry_values` -- DROP TABLE IF EXISTS `wp_cf_form_entry_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cf_form_entry_values` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `entry_id` int(11) NOT NULL, `field_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `form_id` (`entry_id`), KEY `field_id` (`field_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cf_form_entry_values` -- LOCK TABLES `wp_cf_form_entry_values` WRITE; /*!40000 ALTER TABLE `wp_cf_form_entry_values` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cf_form_entry_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cf_tracking` -- DROP TABLE IF EXISTS `wp_cf_tracking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cf_tracking` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `process_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cf_tracking` -- LOCK TABLES `wp_cf_tracking` WRITE; /*!40000 ALTER TABLE `wp_cf_tracking` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cf_tracking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cf_tracking_meta` -- DROP TABLE IF EXISTS `wp_cf_tracking_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cf_tracking_meta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_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 `meta_key` (`meta_key`(191)), KEY `event_id` (`event_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cf_tracking_meta` -- LOCK TABLES `wp_cf_tracking_meta` WRITE; /*!40000 ALTER TABLE `wp_cf_tracking_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cf_tracking_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- 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_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 AUTO_INCREMENT=7 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 */; INSERT INTO `wp_comments` VALUES (3,1,'Rochi','d67pfz4f@yahoo.com','http://znyfoeak.com','5.188.211.170','2017-03-15 14:48:11','2017-03-15 14:48:11','Chris, Very true. Health is the unsung preparation when it comes to retirement. Maybe the assumption is that if we have enough money, our bodies will take care of th.etmlveseBetser to hit 65 with good health and no money, then with money and poor health. At least with health, there’s an excellent chance of earning an income. With poor health, money can disappear quickly.We often forget that money is a tool, not a goal.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','',0,0),(4,25401,'Hank','9l8jbxy4p@hotmail.com','http://nxxvwtaab.com','5.188.211.170','2017-03-15 15:14:06','2017-03-15 15:14:06','While I have worked with some BATFE agents who are good cops and good people, a few of them and nearly everybody at the RAC level or above fits that denciiptros.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','',0,0),(5,25401,'Lawanda','jx6l59g1su6@mail.com','http://shqjxucm.com','5.188.211.170','2017-03-15 15:19:43','2017-03-15 15:19:43','Bella esegesi. D’altra parte è molto difficile fare il punto della situazione se si parla di Torre Nera…! Concordo quasi su tutto:l’ultimo libro non è il migliore della serie, ma non mi sembra che sia stato &#08r2;fo2zato” come finale,anzi,mi sembra molto ben ponderato. In ogni caso è una bella recensione,mi procurerò anche le canzoni(che onestamente non ho mai sentito nominare!!!).',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','',0,0),(6,1,'Digger','e83uo52ype@outlook.com','http://bkvoji.com','5.188.211.170','2017-03-15 15:41:02','2017-03-15 15:41:02','do u need game cam for this? how do u get game cam? if u know plz tell me….(if u play WoW tell me wich realm an name of ur chare plz an ty oh an i play on server fe;X.s&#8230nirD)',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_et_social_stats` -- DROP TABLE IF EXISTS `wp_et_social_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_et_social_stats` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `sharing_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `network` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `action` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `post_id` bigint(20) NOT NULL, `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL, `media_url` varchar(2083) COLLATE utf8mb4_unicode_ci NOT NULL, `location` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_et_social_stats` -- LOCK TABLES `wp_et_social_stats` WRITE; /*!40000 ALTER TABLE `wp_et_social_stats` DISABLE KEYS */; INSERT INTO `wp_et_social_stats` VALUES (1,'2016-08-02 00:25:41','facebook','share',73,'108.28.51.248','','sidebar'),(2,'2016-08-03 10:10:09','facebook','follow',38,'103.227.96.205','',''),(3,'2016-08-03 16:44:37','googleplus','follow',44,'103.227.96.205','',''),(4,'2016-08-06 09:48:30','facebook','follow',70,'108.28.51.248','',''),(5,'2016-09-01 16:37:19','facebook','follow',57,'99.58.197.50','',''),(6,'2016-11-14 21:29:18','facebook','follow',70,'216.164.60.30','',''),(7,'2016-11-14 21:32:15','googleplus','follow',70,'216.164.60.30','',''),(8,'2016-11-15 17:28:41','facebook','follow',38,'103.227.98.230','',''),(9,'2016-11-15 17:28:43','googleplus','follow',38,'103.227.98.230','',''),(10,'2016-12-16 09:37:57','googleplus','follow',38,'103.227.98.81','',''),(11,'2016-12-16 09:37:57','facebook','follow',38,'103.227.98.81','',''),(12,'2016-12-23 16:24:46','facebook','follow',70,'74.202.49.167','',''),(13,'2016-12-23 16:24:46','googleplus','follow',70,'74.202.49.167','',''),(14,'2017-02-01 13:55:08','facebook','share',42,'216.164.60.30','','sidebar'),(15,'2017-02-01 13:55:11','facebook','follow',47,'106.51.142.210','',''),(16,'2017-02-20 02:08:43','facebook','follow',70,'178.167.254.86','',''),(17,'2017-03-12 13:26:51','facebook','follow',38,'223.176.4.154','',''),(18,'2017-05-29 19:49:57','facebook','follow',70,'108.18.214.71','',''),(19,'2017-05-29 19:51:54','googleplus','follow',38,'108.18.214.71','',''),(20,'2017-05-30 14:14:54','facebook','follow',38,'223.186.102.246','',''),(21,'2017-05-30 14:18:01','googleplus','follow',38,'223.186.102.246','',''),(22,'2017-10-05 10:47:55','facebook','follow',40,'49.207.252.92','',''),(23,'2017-10-11 14:56:46','googleplus','follow',73,'75.112.143.130','',''),(24,'2017-10-11 14:56:47','facebook','follow',73,'75.112.143.130','',''); /*!40000 ALTER TABLE `wp_et_social_stats` 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`) ) ENGINE=InnoDB AUTO_INCREMENT=7615 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://air-techinternational.com','yes'),(2,'home','http://air-techinternational.com','yes'),(3,'blogname','Air Tech International','yes'),(4,'blogdescription','Serving Maryland, No. Virginia & Washington D.C.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','redhawx10@hotmail.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','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','','yes'),(29,'rewrite_rules','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:7:{i:0;s:30:\"caldera-forms/caldera-core.php\";i:1;s:56:\"elegant-themes-updater-master/elegant-themes-updater.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:4;s:41:\"wordpress-importer/wordpress-importer.php\";i:5;s:24:\"wordpress-seo/wp-seo.php\";i:6;s:27:\"wp-super-cache/wp-cache.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:112:\"\\\\WDP\\DFS\\42\\8\\4\\2\\4279952248\\user\\sites\\1821359.site\\www\\airtechinternational/wp-content/themes/Divi/footer.php\";i:1;s:111:\"\\\\WDP\\DFS\\42\\8\\4\\2\\4279952248\\user\\sites\\1821359.site\\www\\airtechinternational/wp-content/themes/Divi/style.css\";i:2;s:0:\"\";}','no'),(40,'template','Divi','yes'),(41,'stylesheet','Divi','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','36686','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:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:28:\"About Air Tech International\";s:4:\"text\";s:183:\"ATI offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues.\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<script type=\"text/javascript\"><!--\r\nak_ad_client = \"pub-6651-165\";\r\nak_ad_slot = \"6651\";\r\nak_ad_width = 300;\r\nak_ad_height = 250;\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\"\r\nsrc=\"http://mydisplaygenie.com/ads/showads?pub=6651-165.js\">\r\n</script>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','38','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,'initial_db_version','36686','yes'),(92,'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:15:\"wpseo_bulk_edit\";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:15:\"wpseo_bulk_edit\";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'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-3\";a:2:{i:0;s:10:\"nav_menu-2\";i:1;s:15:\"monarchwidget-2\";}s:9:\"sidebar-4\";a:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-5\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:2:{i:2;a:2:{s:5:\"title\";s:8:\"GET HELP\";s:8:\"nav_menu\";i:8;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:6:{i:1510315285;a:1:{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;}}}i:1510327426;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:1510331277;a:1:{s:21:\"et_cron_check_account\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1510379082;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:1510388598;a:1:{s:32:\"caldera_forms_tracking_send_rows\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(107,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.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-4.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.3\";s:7:\"version\";s:5:\"4.8.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.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-4.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.3\";s:7:\"version\";s:5:\"4.8.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.7\";s:7:\"version\";s:5:\"4.7.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.8\";s:7:\"version\";s:5:\"4.6.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.11-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.11-partial-3.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.11-rollback-3.zip\";}s:7:\"current\";s:6:\"4.5.11\";s:7:\"version\";s:6:\"4.5.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.5.3\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1510287907;s:15:\"version_checked\";s:5:\"4.5.3\";s:12:\"translations\";a:0:{}}','yes'),(112,'_site_transient_timeout_browser_cc3e81f38bdedf75fc40dbcb80756926','1469793687','yes'),(113,'_site_transient_browser_cc3e81f38bdedf75fc40dbcb80756926','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"51.0.2704.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(114,'can_compress_scripts','0','yes'),(131,'_site_transient_timeout_wporg_theme_feature_list','1469199743','yes'),(132,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(135,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1469189193;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(136,'current_theme','Divi','yes'),(137,'theme_mods_Divi','a:7:{i:0;b:0;s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:9;}s:21:\"et_pb_replace_content\";s:2:\"on\";}','yes'),(138,'theme_switched','','yes'),(139,'et_pb_cache_notice','a:1:{s:3:\"2.7\";s:6:\"ignore\";}','yes'),(140,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(141,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(143,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(144,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(145,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(146,'et_images_temp_folder','\\\\WDP\\DFS\\42\\8\\4\\2\\4279952248\\user\\sites\\1821359.site\\www\\airtechinternational/wp-content/uploads/et_temp','yes'),(147,'et_schedule_clean_images_last_time','1509774106','yes'),(148,'et_divi','a:110:{s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:15:\"divi_1_3_images\";s:7:\"checked\";s:9:\"divi_logo\";s:88:\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\";s:12:\"divi_favicon\";s:0:\"\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_mailchimp_api_key\";s:0:\"\";s:31:\"divi_regenerate_mailchimp_lists\";s:5:\"false\";s:28:\"divi_regenerate_aweber_lists\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:5:\"false\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:2:\"on\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:2:\"on\";s:18:\"divi_smooth_scroll\";s:2:\"on\";s:25:\"divi_disable_translations\";s:5:\"false\";s:15:\"divi_custom_css\";s:2159:\"/* How to Turn Text Into Divi Animated Buttons */\n \n .btn-red {\n font-size: 20px;\n font-weight: 500;\n -moz-border-radius: 3px;\n -webkit-border-radius: 3px;\n border-radius: 3px;\n padding: 8px 20px;\n line-height: 1.7em;\n background: transparent;\n border: 2px solid;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -moz-transition: all 0.2s;\n -webkit-transition: all 0.2s;\n transition: all 0.2s;\n position: relative;}\n a.btn-red {\n background-color: #be5555; /* change background color here */\n border: 2px solid transparent;\n color: #fff!important; /* change font color here */\n font-weight: bold;}\n a.btn-red:hover {\n background: #8e3737; /* change background color on hover here */\n border: 2px solid transparent;\n padding: 8px 34px 8px 14px !important;}\n a.btn-red:after {\n font-family: \\\'ETmodules\\\';\n font-size: 32px;\n opacity: 0;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 32px;\n line-height: 1em;\n content: \\\"\\\\35\\\";\n position: absolute;\n margin-left: -1em;\n -moz-transition: all 0.2s;\n -webkit-transition: all 0.2s;\n transition: all 0.2s;}\n a.btn-red:hover:after {\n opacity:1;\n display: block!important;\n font-family: \\\'ETmodules\\\';\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n right: 0px;\n top: 5px;\n margin-left: 0;}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:1557:\"<script>\n (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\n\n ga(\'create\', \'UA-59846401-3\', \'auto\');\n ga(\'send\', \'pageview\');\n\n</script>\n\n\n<!-- TrafficFuel PowerPixel -->\n<script>\nvar TFConfig = {\n\"pixel_id\":\"430157-T2H9B96-463303\"\n};\n</script>\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-T2H9B96\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script type=\"text/javascript\" defer src=\"https://trafficfuelpixel.s3-us-west-2.amazonaws.com/pixel.js\"></script>\n<noscript><iframe src=\"//my.trafficfuel.com/powerpixel.php?pixel_id=430157-T2H9B96-463303\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-T2H9B96\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-T2H9B96\');</script>\n<!-- End of TrafficFuel PowerPixel -->\n\n4/i66g31QLWyhYM0_C2J46RlLCZo_B6idv7xh1CCvtEe4\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:14:\"footer_columns\";s:9:\"_1_2__1_4\";s:21:\"primary_nav_font_size\";i:16;s:22:\"primary_nav_font_style\";s:9:\"uppercase\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:21:\"custom_footer_credits\";s:104:\"Copyright 2016 Air Tech Int\'l, LLC | <a href=\"http://www.digital2grow.com\">Powered by Digital 2 Grow</a>\";s:18:\"body_header_height\";d:1.3999999999999999;s:17:\"body_header_style\";s:0:\"\";s:12:\"heading_font\";s:4:\"Lato\";s:9:\"body_font\";s:7:\"PT Sans\";s:10:\"font_color\";s:7:\"#0a0a0a\";s:12:\"header_color\";s:7:\"#1e73be\";s:15:\"section_padding\";i:4;s:12:\"accent_color\";s:7:\"#1e73be\";s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:30:\"et_fb_pref_modal_snap_location\";s:4:\"left\";s:21:\"et_fb_pref_modal_snap\";s:4:\"true\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:400;s:33:\"et_fb_pref_modal_dimension_height\";i:426;s:27:\"et_fb_pref_modal_position_x\";i:0;s:27:\"et_fb_pref_modal_position_y\";i:32;s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:40:\"divi_email_provider_credentials_migrated\";b:1;}','yes'),(149,'_site_transient_timeout_popular_importers_en_US','1469362006','yes'),(150,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(152,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:4:{s:4:\"Divi\";s:6:\"3.0.44\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:3:{s:11:\"new_version\";s:6:\"3.0.86\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:139:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=aa26c4ac3e645a4ff7d3b45f655866c540e03325&username=ksrb1\";}}s:12:\"last_checked\";i:1510287914;}','yes'),(154,'recently_activated','a:0:{}','yes'),(155,'category_children','a:0:{}','yes'),(157,'project_category_children','a:0:{}','yes'),(158,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(161,'_site_transient_timeout_browser_6506c634d4827e425d70ddcd45d00714','1469794384','yes'),(162,'_site_transient_browser_6506c634d4827e425d70ddcd45d00714','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"51.0.2704.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(164,'_site_transient_timeout_browser_ce696f085497f912a98f7f5c9645e1f8','1469796083','yes'),(165,'_site_transient_browser_ce696f085497f912a98f7f5c9645e1f8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"51.0.2704.84\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(234,'layout_category_children','a:0:{}','yes'),(238,'WPLANG','','yes'),(307,'tadv_settings','a:6:{s:9:\"toolbar_1\";s:117:\"bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,wp_adv\";s:9:\"toolbar_2\";s:159:\"formatselect,styleselect,fontsizeselect,fontselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,emoticons,forecolor,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"options\";s:15:\"advlist,menubar\";s:7:\"plugins\";s:107:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,emoticons,advlist\";}','yes'),(308,'tadv_admin_settings','a:3:{s:7:\"options\";s:0:\"\";s:16:\"disabled_plugins\";s:0:\"\";s:16:\"disabled_editors\";s:0:\"\";}','yes'),(309,'tadv_version','4000','yes'),(310,'_transient_timeout_et_divi_customizer_option_set','1487349762','no'),(311,'_transient_et_divi_customizer_option_set','theme','no'),(318,'et_monarch_options','a:171:{s:10:\"db_version\";s:3:\"1.2\";s:34:\"sharing_locations_manage_locations\";a:1:{i:0;s:7:\"sidebar\";}s:26:\"sharing_sidebar_icon_style\";s:4:\"flip\";s:26:\"sharing_sidebar_icon_shape\";s:9:\"rectangle\";s:35:\"sharing_sidebar_sidebar_orientation\";s:4:\"left\";s:25:\"sharing_sidebar_animation\";s:10:\"slideright\";s:22:\"sharing_sidebar_counts\";b:0;s:26:\"sharing_sidebar_counts_num\";i:0;s:21:\"sharing_sidebar_total\";b:0;s:27:\"sharing_sidebar_total_color\";s:4:\"dark\";s:27:\"sharing_sidebar_display_all\";b:0;s:23:\"sharing_sidebar_spacing\";b:0;s:22:\"sharing_sidebar_mobile\";b:0;s:29:\"sharing_sidebar_custom_colors\";b:0;s:24:\"sharing_sidebar_bg_color\";s:0:\"\";s:30:\"sharing_sidebar_bg_color_hover\";s:0:\"\";s:26:\"sharing_sidebar_icon_color\";s:0:\"\";s:32:\"sharing_sidebar_icon_color_hover\";s:0:\"\";s:26:\"sharing_sidebar_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:25:\"sharing_inline_icon_style\";s:5:\"slide\";s:25:\"sharing_inline_icon_shape\";s:7:\"rounded\";s:29:\"sharing_inline_icons_location\";s:5:\"above\";s:30:\"sharing_inline_icons_alignment\";s:4:\"left\";s:25:\"sharing_inline_col_number\";s:1:\"4\";s:21:\"sharing_inline_counts\";s:1:\"1\";s:25:\"sharing_inline_counts_num\";i:0;s:20:\"sharing_inline_total\";b:0;s:28:\"sharing_inline_network_names\";s:1:\"1\";s:26:\"sharing_inline_display_all\";b:0;s:26:\"sharing_inline_outer_color\";s:4:\"dark\";s:22:\"sharing_inline_spacing\";b:0;s:21:\"sharing_inline_mobile\";b:0;s:28:\"sharing_inline_custom_colors\";b:0;s:23:\"sharing_inline_bg_color\";s:0:\"\";s:29:\"sharing_inline_bg_color_hover\";s:0:\"\";s:25:\"sharing_inline_icon_color\";s:0:\"\";s:31:\"sharing_inline_icon_color_hover\";s:0:\"\";s:25:\"sharing_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:24:\"sharing_popup_icon_style\";s:5:\"slide\";s:24:\"sharing_popup_icon_shape\";s:7:\"rounded\";s:24:\"sharing_popup_title_text\";s:10:\"Share This\";s:26:\"sharing_popup_message_text\";s:34:\"Share this post with your friends!\";s:29:\"sharing_popup_icons_alignment\";s:4:\"left\";s:24:\"sharing_popup_col_number\";s:1:\"3\";s:23:\"sharing_popup_animation\";s:6:\"fadein\";s:24:\"sharing_popup_auto_popup\";s:1:\"1\";s:25:\"sharing_popup_popup_delay\";i:20;s:26:\"sharing_popup_trigger_idle\";b:0;s:26:\"sharing_popup_idle_timeout\";i:15;s:28:\"sharing_popup_trigger_bottom\";b:0;s:29:\"sharing_popup_trigger_comment\";b:0;s:28:\"sharing_popup_scroll_trigger\";b:0;s:24:\"sharing_popup_scroll_pos\";i:50;s:30:\"sharing_popup_trigger_purchase\";b:0;s:21:\"sharing_popup_cookies\";b:0;s:29:\"sharing_popup_cookie_duration\";i:1;s:20:\"sharing_popup_counts\";s:1:\"1\";s:24:\"sharing_popup_counts_num\";i:0;s:19:\"sharing_popup_total\";b:0;s:27:\"sharing_popup_network_names\";s:1:\"1\";s:25:\"sharing_popup_display_all\";b:0;s:21:\"sharing_popup_spacing\";b:0;s:20:\"sharing_popup_mobile\";b:0;s:27:\"sharing_popup_custom_colors\";b:0;s:22:\"sharing_popup_bg_color\";s:0:\"\";s:28:\"sharing_popup_bg_color_hover\";s:0:\"\";s:24:\"sharing_popup_icon_color\";s:0:\"\";s:30:\"sharing_popup_icon_color_hover\";s:0:\"\";s:24:\"sharing_popup_post_types\";a:1:{i:0;s:4:\"post\";}s:24:\"sharing_flyin_icon_style\";s:5:\"slide\";s:24:\"sharing_flyin_icon_shape\";s:7:\"rounded\";s:24:\"sharing_flyin_title_text\";s:10:\"Share This\";s:26:\"sharing_flyin_message_text\";s:34:\"Share this post with your friends!\";s:28:\"sharing_flyin_icons_location\";s:12:\"bottom_right\";s:29:\"sharing_flyin_icons_alignment\";s:4:\"left\";s:24:\"sharing_flyin_col_number\";s:1:\"2\";s:23:\"sharing_flyin_animation\";s:7:\"slideup\";s:24:\"sharing_flyin_auto_popup\";b:0;s:25:\"sharing_flyin_popup_delay\";i:20;s:26:\"sharing_flyin_trigger_idle\";b:0;s:26:\"sharing_flyin_idle_timeout\";i:15;s:28:\"sharing_flyin_trigger_bottom\";s:1:\"1\";s:29:\"sharing_flyin_trigger_comment\";b:0;s:28:\"sharing_flyin_scroll_trigger\";b:0;s:24:\"sharing_flyin_scroll_pos\";i:50;s:30:\"sharing_flyin_trigger_purchase\";b:0;s:21:\"sharing_flyin_cookies\";b:0;s:29:\"sharing_flyin_cookie_duration\";i:1;s:20:\"sharing_flyin_counts\";b:0;s:24:\"sharing_flyin_counts_num\";i:0;s:19:\"sharing_flyin_total\";b:0;s:27:\"sharing_flyin_network_names\";s:1:\"1\";s:25:\"sharing_flyin_display_all\";b:0;s:21:\"sharing_flyin_spacing\";b:0;s:20:\"sharing_flyin_mobile\";b:0;s:27:\"sharing_flyin_custom_colors\";b:0;s:22:\"sharing_flyin_bg_color\";s:0:\"\";s:28:\"sharing_flyin_bg_color_hover\";s:0:\"\";s:24:\"sharing_flyin_icon_color\";s:0:\"\";s:30:\"sharing_flyin_icon_color_hover\";s:0:\"\";s:24:\"sharing_flyin_post_types\";a:1:{i:0;s:4:\"post\";}s:24:\"sharing_media_icon_style\";s:6:\"simple\";s:24:\"sharing_media_icon_shape\";s:7:\"rounded\";s:29:\"sharing_media_icons_alignment\";s:4:\"left\";s:24:\"sharing_media_col_number\";s:4:\"auto\";s:20:\"sharing_media_counts\";b:0;s:24:\"sharing_media_counts_num\";i:0;s:19:\"sharing_media_total\";b:0;s:27:\"sharing_media_network_names\";s:1:\"1\";s:25:\"sharing_media_display_all\";b:0;s:25:\"sharing_media_outer_color\";s:4:\"dark\";s:21:\"sharing_media_spacing\";b:0;s:20:\"sharing_media_mobile\";b:0;s:27:\"sharing_media_custom_colors\";b:0;s:22:\"sharing_media_bg_color\";s:0:\"\";s:28:\"sharing_media_bg_color_hover\";s:0:\"\";s:24:\"sharing_media_icon_color\";s:0:\"\";s:30:\"sharing_media_icon_color_hover\";s:0:\"\";s:24:\"sharing_media_post_types\";a:1:{i:0;s:4:\"post\";}s:32:\"follow_networks_networks_sorting\";a:5:{s:5:\"label\";a:2:{i:0;s:8:\"Facebook\";i:1;s:7:\"Google+\";}s:8:\"username\";a:2:{i:0;s:24:\"http://www.facebook.com/\";i:1;s:75:\"https://plus.google.com/b/117843694116378770358/117843694116378770358/about\";}s:9:\"client_id\";a:1:{i:0;s:23:\"AirTechInternationalLLC\";}s:5:\"count\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}s:5:\"class\";a:2:{i:0;s:8:\"facebook\";i:1;s:10:\"googleplus\";}}s:26:\"follow_networks_new_window\";s:1:\"1\";s:23:\"follow_networks_use_api\";b:0;s:24:\"follow_networks_vimeo_id\";s:0:\"\";s:28:\"follow_networks_vimeo_secret\";s:0:\"\";s:28:\"follow_networks_instagram_id\";s:0:\"\";s:32:\"follow_networks_instagram_secret\";s:0:\"\";s:27:\"follow_networks_linkedin_id\";s:0:\"\";s:31:\"follow_networks_linkedin_secret\";s:0:\"\";s:31:\"follow_networks_twitter_api_key\";s:0:\"\";s:34:\"follow_networks_twitter_api_secret\";s:0:\"\";s:29:\"follow_networks_twitter_token\";s:0:\"\";s:36:\"follow_networks_twitter_token_secret\";s:0:\"\";s:31:\"follow_networks_youtube_api_key\";s:0:\"\";s:24:\"follow_widget_icon_style\";s:5:\"slide\";s:24:\"follow_widget_icon_shape\";s:6:\"circle\";s:28:\"follow_widget_icons_location\";s:3:\"top\";s:24:\"follow_widget_col_number\";s:1:\"3\";s:20:\"follow_widget_counts\";b:0;s:24:\"follow_widget_counts_num\";i:0;s:19:\"follow_widget_total\";b:0;s:27:\"follow_widget_network_names\";b:0;s:25:\"follow_widget_outer_color\";s:4:\"dark\";s:21:\"follow_widget_spacing\";b:0;s:20:\"follow_widget_mobile\";b:0;s:27:\"follow_widget_custom_colors\";b:0;s:22:\"follow_widget_bg_color\";s:0:\"\";s:28:\"follow_widget_bg_color_hover\";s:0:\"\";s:24:\"follow_widget_icon_color\";s:0:\"\";s:30:\"follow_widget_icon_color_hover\";s:0:\"\";s:27:\"follow_shortcode_icon_style\";s:5:\"slide\";s:27:\"follow_shortcode_icon_shape\";s:7:\"rounded\";s:31:\"follow_shortcode_icons_location\";s:3:\"top\";s:27:\"follow_shortcode_col_number\";s:4:\"auto\";s:23:\"follow_shortcode_counts\";s:1:\"1\";s:27:\"follow_shortcode_counts_num\";i:0;s:22:\"follow_shortcode_total\";s:1:\"1\";s:30:\"follow_shortcode_network_names\";s:1:\"1\";s:28:\"follow_shortcode_outer_color\";s:4:\"dark\";s:24:\"follow_shortcode_spacing\";b:0;s:23:\"follow_shortcode_mobile\";b:0;s:30:\"follow_shortcode_custom_colors\";b:0;s:25:\"follow_shortcode_bg_color\";s:0:\"\";s:31:\"follow_shortcode_bg_color_hover\";s:0:\"\";s:27:\"follow_shortcode_icon_color\";s:0:\"\";s:33:\"follow_shortcode_icon_color_hover\";s:0:\"\";s:24:\"general_main_update_freq\";i:3;s:27:\"general_main_reset_postdata\";b:0;s:24:\"general_main_facebook_id\";s:0:\"\";s:28:\"general_main_facebook_secret\";s:0:\"\";s:23:\"general_main_custom_css\";s:0:\"\";s:33:\"sharing_networks_networks_sorting\";a:2:{s:5:\"label\";a:2:{i:0;s:25:\"Air-TechInternational LLC\";i:1;s:75:\"https://plus.google.com/b/117843694116378770358/117843694116378770358/about\";}s:5:\"class\";a:2:{i:0;s:8:\"facebook\";i:1;s:10:\"googleplus\";}}}','yes'),(319,'widget_monarchwidget','a:2:{i:2;a:1:{s:5:\"title\";s:9:\"FOLLOW US\";}s:12:\"_multiwidget\";i:1;}','yes'),(358,'_site_transient_timeout_browser_055919ca7988015d051630a4a0ea2b7a','1470750678','yes'),(359,'_site_transient_browser_055919ca7988015d051630a4a0ea2b7a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.1.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1269,'_site_transient_timeout_browser_43b50faf5836bf031591a7df0742e8c0','1476334022','yes'),(1270,'_site_transient_browser_43b50faf5836bf031591a7df0742e8c0','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"10.0\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2389,'_site_transient_timeout_browser_cd07c4a7a86f684d711f0467bdfe13bf','1483446645','yes'),(2390,'_site_transient_browser_cd07c4a7a86f684d711f0467bdfe13bf','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.0.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2685,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:21:\"redhawx10@hotmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484667133;}','yes'),(3100,'et_account_status','active','yes'),(3101,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:9:{s:19:\"akismet/akismet.php\";s:5:\"3.3.1\";s:30:\"caldera-forms/caldera-core.php\";s:7:\"1.5.0.9\";s:56:\"elegant-themes-updater-master/elegant-themes-updater.php\";s:3:\"1.2\";s:9:\"hello.php\";s:3:\"1.6\";s:19:\"monarch/monarch.php\";s:5:\"1.3.2\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:8:\"4.3.10.1\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.3\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.4.9\";s:24:\"wordpress-seo/wp-seo.php\";s:3:\"4.4\";}s:8:\"response\";a:1:{s:19:\"monarch/monarch.php\";O:8:\"stdClass\":5:{s:11:\"new_version\";s:5:\"1.3.4\";s:4:\"slug\";s:7:\"monarch\";s:3:\"url\";s:55:\"https://www.elegantthemes.com/api/changelog/monarch.txt\";s:6:\"tested\";s:5:\"4.7.3\";s:7:\"package\";s:142:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=monarch&api_key=aa26c4ac3e645a4ff7d3b45f655866c540e03325&username=ksrb1\";}}s:12:\"last_checked\";i:1494430489;}','yes'),(3103,'_site_transient_timeout_available_translations','1487273286','yes'),(3104,'_site_transient_available_translations','a:81:{s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-09-03 15:24:06\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.5.3/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-14 10:53:34\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-18 20:18:13\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-27 08:19:49\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-14 05:03:35\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-04-19 23:16:37\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-11 20:22:42\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.7\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.7/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-01 14:29:56\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-28 11:16:44\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-04-12 20:03:25\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.5.3/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-30 18:59:13\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.5.3/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-30 21:42:25\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-26 10:08:23\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-26 19:02:02\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-21 21:28:52\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-26 19:24:51\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-21 22:55:40\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-04-28 11:29:02\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-21 22:23:41\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-29 13:59:02\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-29 15:10:17\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-23 19:36:14\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-15 15:42:15\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-04-16 17:35:43\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-05 22:16:54\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-01 14:32:46\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-21 19:09:44\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-07 15:28:20\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-30 11:41:42\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-20 14:58:27\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-26 09:08:24\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-29 13:30:07\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-22 06:33:34\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-13 12:55:08\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.8\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.8/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-28 21:28:18\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-26 15:19:37\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-22 11:01:09\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-11 16:18:13\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-21 18:58:51\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-29 09:14:16\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-19 01:01:44\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-16 10:17:50\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-17 17:39:43\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-15 07:32:48\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-23 09:09:28\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-03 22:34:27\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-05-12 13:55:28\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-26 13:19:17\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-28 05:36:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.14\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.14/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-09 14:35:35\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-15 10:43:48\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.7\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.7/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-23 11:56:46\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-25 15:00:30\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.5.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-23 08:13:15\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.14\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.14/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-30 23:41:16\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-17 15:23:17\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-28 05:26:21\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-26 13:55:57\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-08-15 21:05:03\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-29 21:37:59\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-23 09:08:48\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-28 05:05:25\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-23 10:13:40\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-30 10:22:26\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-26 08:25:58\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-06-22 12:27:05\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-07-20 19:27:06\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.5.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-04-17 03:29:01\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.5.3\";s:7:\"updated\";s:19:\"2016-04-12 09:08:07\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.3/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(3105,'et_automatic_updates_options','a:2:{s:8:\"username\";s:5:\"ksrb1\";s:7:\"api_key\";s:40:\"aa26c4ac3e645a4ff7d3b45f655866c540e03325\";}','yes'),(3109,'et_account_status_last_checked','1494400186','yes'),(3113,'ossdl_off_cdn_url','http://air-techinternational.com','yes'),(3114,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(3115,'ossdl_off_exclude','.php','yes'),(3116,'ossdl_cname','','yes'),(3120,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"02c4f04.netsolhost.com\";s:8:\"username\";s:14:\"chrisdaleysite\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(3142,'et_google_api_settings','a:2:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}','yes'),(3329,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1488647276','no'),(3330,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Feb 2017 15:58:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.8-alpha-40147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.7.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jan 2017 19:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4676\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2142:\"<p>WordPress 4.7.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.1 and earlier are affected by three security issues:</p>\n<ol>\n<li>The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of <a href=\"https://www.alleyinteractive.com/\">Alley Interactive</a>.</li>\n<li><code>WP_Query</code> is vulnerable to a SQL injection (SQLi) when passing unsafe data. WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://github.com/mjangda\">Mo Jangda</a> (batmoo).</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by <a href=\"https://iandunn.name/\">Ian Dunn</a> of the WordPress Security Team.</li>\n<li>An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by <a href=\"https://twitter.com/MarcS0h\">Marc-Alexandre Montpas</a> of Sucuri Security. *</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.2.</p>\n<p>Thanks to everyone who contributed to 4.7.2.</p>\n<p>* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\">Disclosure of Additional Security Fix in WordPress 4.7.2</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/01/wordpress-4-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jan 2017 03:53:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4650\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"WordPress 4.7 has been downloaded over 10 million times since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7 and earlier are affected by eight security issues: […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6520:\"<p>WordPress 4.7 has been <a href=\"https://wordpress.org/download/counter/\">downloaded over 10 million times</a> since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7 and earlier are affected by eight security issues:</p>\n<ol>\n<li>Remote code execution (RCE) in PHPMailer – <em>No specific issue appears to affect WordPress</em> or any of the major plugins we investigated but, out of an abundance of caution, we updated PHPMailer in this release. This issue was fixed in PHPMailer thanks to <a href=\"https://legalhackers.com/\">Dawid Golunski</a> and <a href=\"https://twitter.com/Zenexer\">Paul Buonopane</a>.</li>\n<li>The REST API exposed user data for all users who had authored a post of a public post type. WordPress 4.7.1 limits this to only post types which have specified that they should be shown within the REST API. Reported by <a href=\"https://poststatus.com/\">Krogsgard</a> and <a href=\"https://ithemes.com/\">Chris Jean</a>.</li>\n<li>Cross-site scripting (XSS) via the plugin name or version header on <code>update-core.php</code>. Reported by <a href=\"https://dominikschilling.de/\">Dominik Schilling</a> of the WordPress Security Team.</li>\n<li>Cross-site request forgery (CSRF) bypass via uploading a Flash file. Reported by <a href=\"https://twitter.com/Abdulahhusam\">Abdullah Hussam</a>.</li>\n<li>Cross-site scripting (XSS) via theme name fallback. Reported by <a href=\"https://pentest.blog/\">Mehmet Ince</a>.</li>\n<li>Post via email checks <code>mail.example.com</code> if default settings aren’t changed. Reported by John Blackbourn of the WordPress Security Team.</li>\n<li>A cross-site request forgery (CSRF) was discovered in the accessibility mode of widget editing. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronnie Skansing</a>.</li>\n<li>Weak cryptographic security for multisite activation key. Reported by <a href=\"https://itsjack.cc/\">Jack</a>.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.1 fixes 62 bugs from 4.7. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.7.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.1.</p>\n<p>Thanks to everyone who contributed to 4.7.1: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dreamon11/\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hristo-sg/\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">monikarao</a>, <a href=\"https://profiles.wordpress.org/natereist/\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nullvariable/\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/sirbrillig/\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sfpt/\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom/\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n\n \n \n \n \n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.7 “Vaughan”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/12/vaughan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Dec 2016 19:27:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4596\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:240:\"Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah \"Sassy\" Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2016/12/starter-content.mp4\";s:6:\"length\";s:7:\"3736020\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\";s:6:\"length\";s:7:\"1127483\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2016/12/video-headers.mp4\";s:6:\"length\";s:7:\"1549803\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:45502:\"<p>Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah “Sassy” Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.</p>\n<div id=\"v-AHz0Ca46-1\" class=\"video-player\"><video id=\"v-AHz0Ca46-1-video\" width=\"632\" height=\"354\" poster=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_dvd.mp4\" type=\"video/mp4; codecs="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><div><img alt=\"Introducing WordPress 4.7\" src=\"https://i1.wp.com/videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg?resize=632%2C354&ssl=1\" data-recalc-dims=\"1\" /></div><p>Introducing WordPress 4.7</p></video></div>\n<hr />\n<h2 style=\"text-align:center\">Presenting Twenty Seventeen</h2>\n<p>A brand new default theme brings your site to life with immersive featured images and video headers.</p>\n<p><img class=\"alignnone wp-image-4618 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=632%2C356&ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1600&ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users.</p>\n<hr />\n<h2 style=\"text-align:center\">Your Site, Your Way</h2>\n<p>WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.</p>\n<h3>Theme Starter Content</h3>\n<div style=\"width: 632px;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-4596-1\" width=\"632\" height=\"346\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/starter-content.mp4?_=1\" /><a href=\"https://wordpress.org/news/files/2016/12/starter-content.mp4\">https://wordpress.org/news/files/2016/12/starter-content.mp4</a></video></div>\n<p>To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry – nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.</p>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Edit Shortcuts</h3>\n<div style=\"width: 300px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-4596-2\" width=\"300\" height=\"173\" poster=\"https://wordpress.org/news/files/2016/12/4.7-—-Edit-Shortcuts.jpg\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4?_=2\" /><a href=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\">https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4</a></video></div>\n<p>Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Video Headers</h3>\n<div style=\"width: 300px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-4596-3\" width=\"300\" height=\"173\" poster=\"https://wordpress.org/news/files/2016/12/4.7-—-Header-Video.jpg\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/video-headers.mp4?_=3\" /><a href=\"https://wordpress.org/news/files/2016/12/video-headers.mp4\">https://wordpress.org/news/files/2016/12/video-headers.mp4</a></video></div>\n<p>Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Smoother Menu Building</h3>\n<p><img class=\"wp-image-4606 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Many menus for sites contain links to the pages of your site, but what happens when you don’t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Custom CSS</h3>\n<p><img class=\"wp-image-4607 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>PDF Thumbnail Previews</h3>\n<p><img class=\"wp-image-4609 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Dashboard in your language</h3>\n<p><img class=\"wp-image-4608 size-medium alignright\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user’s profiles.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align:center\">Introducing REST API Content Endpoints</h2>\n<p>WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.</p>\n<p><img class=\"size-large wp-image-4600 alignnone\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=632%2C205&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=1024%2C332&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=300%2C97&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=768%2C249&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href=\"https://developer.wordpress.org/rest-api/reference/\">Check out the REST API reference.</a></p>\n<hr />\n<h2 style=\"text-align:center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/\">Post Type Templates</a></h3>\n<p>By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.</p>\n<h3>More Theme API Goodies</h3>\n<p>WordPress 4.7 includes <a href=\"https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/\">new functions, hooks, and behavior</a> for theme developers.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/\">Custom Bulk Actions</a></h3>\n<p>List tables, now with more than bulk edit and delete.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/\"><code>WP_Hook</code></a></h3>\n<p>The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.</p>\n<h3>Settings Registration API</h3>\n<p>register_setting() <a href=\"https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/\">has been enhanced</a> to include type, description, and REST API visibility.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/\">Customize Changesets</a></h3>\n<p>Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.</p>\n<hr />\n<h2 style=\"text-align:center\">The Squad</h2>\n<p>This release was led by <a href=\"https://helen.blog\">Helen Hou-Sandí</a>, backed up by <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a> and <a href=\"http://aaron.jorb.in/\">Aaron Jorbin</a> as Release Deputies, and with the help of these fine individuals. There are 482 contributors with props in this release—the most ever—with 205 of them contributing for the first time. Pull up some sassy Sarah Vaughan on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">BinaryMoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frankiet\">frankiet</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/imnok\">Imnok</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/krstarica\">Ivan</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">lukepettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt Jaworski</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">mbelchev</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/quasel\">quasel</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/soean\">Soeren Wrede</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stubgo\">stubgo</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">Truong Giang</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p> <br />\nSpecial thanks go to <a href=\"https://ramiabraham.com/\">Rami Abraham</a> for producing the release video and the many fine haiku we saw in the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">beta</a> and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/\">RC</a> announcement posts.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.7. Their efforts bring WordPress 4.7 fully translated to 52 languages at release time with more on the way. Additionally, the WordPress 4.7 release video has been captioned into 44 languages.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress – we hope you enjoy!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Moving Toward SSL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/12/moving-toward-ssl/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Dec 2016 17:20:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4588\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:327:\"We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"<p>We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle our users are going to face.</p>\n<p>SSL basically means the link between your browser and the server is encrypted. SSL used to be difficult to implement, and often expensive or slow. Modern browsers, and the incredible success of projects like <a href=\"https://letsencrypt.org/\">Let’s Encrypt</a> have made getting a certificate to secure your site fast, free, and something we think every host should support by default, especially in a post-Snowden era. Google also weighs <a href=\"https://security.googleblog.com/2014/08/https-as-ranking-signal_6.html\">SSL as a search engine ranking factor</a> and will begin <a href=\"http://motherboard.vice.com/read/google-will-soon-shame-all-websites-that-are-unencrypted-chrome-https\">flagging unencrypted sites in Chrome</a>.</p>\n<p>First, early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts. Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.</p>\n<p>Separately, I also think the performance improvements in PHP7 are particularly impressive, and major kudos to everyone who worked on that. We will consider whether hosts use PHP7 by default for new accounts next year as well.</p>\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4588\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.7 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Nov 2016 04:26:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4579\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.7 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on Tuesday, December 6, but we need your help to get there. If you haven’t tested 4.7 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4331:\"<p>The release candidate for WordPress 4.7 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on <strong>Tuesday, December 6</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.7 yet, now is the time! To test WordPress 4.7, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.7-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>WordPress 4.7 is a jam-packed release, with a number of features focused on getting a theme set up for the first time. Highlights include a <a href=\"http://2017.wordpress.net/\">new default theme</a>, video headers, custom CSS, customizer edit shortcuts, PDF thumbnail previews, user admin languages, REST API content endpoints, post type templates, and more.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39353&stop_rev=39263&limit=200&verbose=on&sfp_email=&sfph_mail=\">quite a few refinements</a> since releasing Beta 4 a week ago, including usability and accessibility enhancements for video headers, media and page template support in starter content, and polishing of how custom CSS can be migrated to and extended by plugins and themes. The REST API endpoints saw a number of bugfixes and notably now have anonymous comment off by default.</p>\n<p>Not sure where to start with testing? Try setting up a fresh site on a new installation with Twenty Seventeen (hint: head into customizing your site before touching any pages or widgets) and taking notes on what you enjoyed and what got you stuck. For more details about what’s new in version 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.7 and update your plugin’s <em>Tested up to</em> version in the readme to 4.7. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> And if you haven’t yet done so, now is a great time to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey\">take the Annual WordPress Survey</a> and send it on to your friends.</p>\n<p>Happy testing! And now for another <a href=\"https://profiles.wordpress.org/ramiabraham\">Rami Abraham</a> haiku break.</p>\n<p><em>Select your language</em><br />\n<em>Then let your users choose theirs</em><br />\n<em><code>get_user_locale()</code></em></p>\n<p><em>Theme authors rejoice</em><br />\n<em>Any option may employ</em><br />\n<em>Selective refresh</em></p>\n<p><em>Custom header video</em><br />\n<em>Make sure to <code>add_theme_support</code></em><br />\n<em>Bling above the fold</em></p>\n<p><em>A new template dawns</em><br />\n<em>A hierarchy member</em><br />\n<em>Post-type templates live</em></p>\n<p><em>PDF updates</em><br />\n<em>Pack a parade of polish</em><br />\n<em>Prettier previews</em></p>\n<p><em>Template Post Type: New</em><br />\n<em>Template Post Type: And Useful</em><br />\n<em>Template Post Type: Thing</em></p>\n<p><em>Let lists live lively</em><br />\n<em>Laud <code>wp_list_sort()</code></em><br />\n<em>Less laconic lists</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Nov 2016 01:51:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4576\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2019:\"<p>WordPress 4.7 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1,</a> <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-7+dev-notes/\">in-depth developer guides on make/core</a>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39262&stop_rev=39201&limit=200&verbose=on&sfp_email=&sfph_mail=\">about 60 changes</a> in the last few days for beta 4, including tweaks to Twenty Seventeen, custom CSS, and the REST API content endpoints.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>We are almost there<br />\nPlease test your plugins and themes<br />\nRC coming soon<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordCamp US 2017-2018 in Nashville\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/11/wordcamp-us-2017-2018-in-nashville/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Nov 2016 23:24:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4571\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"The title says it all. We had some great applications for cities to host WordCamp US after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is Nashville, Tennessee. Based on the other great applications we got I’m also excited about the pipeline of communities that could host it in future […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1022:\"<p><img class=\"aligncenter\" src=\"https://i0.wp.com/wpdotorg.files.wordpress.com/2008/07/27492741871_c6fcebcad3_k-e1479248587522.jpg?resize=632%2C253&ssl=1\" data-recalc-dims=\"1\" /></p>\n<p>The title says it all. We had some great applications for cities to host <a href=\"http://us.wordcamp.org/\">WordCamp US</a> after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is <strong>Nashville, Tennessee</strong>.</p>\n<p>Based on the other great applications we got I’m also excited about the pipeline of communities that could host it in future years as WordCamp US travels across the United States and gives us an opportunity to learn and love a new city, as we have with Philadelphia.</p>\n<p>By the way, if you haven’t yet, now is a great time to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey\">take the Annual WordPress Survey</a> and ask your friends to as well.</p>\n<p><a href=\"https://www.flickr.com/photos/143951935@N07/27492741871\">Photo Credit</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Nov 2016 03:30:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4566\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3120:\"<p>WordPress 4.7 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-7+dev-notes/\">in-depth field guides on make/core</a>. Some of the changes in Beta 3 include:</p>\n<ul>\n<li><strong>REST API:</strong> The <code>unfiltered_html</code> capability is now respected and <code>rest_base</code> has been added to response objects of <code>wp/v2/taxonomies</code> and <code>wp/v2/types</code>, while <code>get_allowed_query_vars()</code> and the <code>rest_get_post</code> filter have been removed.</li>\n<li><strong>Roles/Capabilities:</strong> Added meta-caps for comment, term, and user meta, which are currently only used in the REST API.</li>\n<li><strong>I18N:</strong> Added the ability to change user’s locale back to site’s locale. (<a href=\"https://core.trac.wordpress.org/ticket/38632\">#38632</a>)</li>\n<li><strong>Custom CSS:</strong> Renamed the <code>unfiltered_css</code> meta capability to <code>edit_css</code> and added revisions support to the <code>custom_css</code> post type.</li>\n<li><strong>Edit shortcuts:</strong> Theme authors should take a look at <a href=\"https://make.wordpress.org/core/2016/11/10/visible-edit-shortcuts-in-the-customizer-preview/\">the developer guide to the customizer preview’s visible edit shortcuts</a> and update their themes to take advantage of them if not already implementing selective refresh.</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39200&stop_rev=39143&limit=200&verbose=on&sfp_email=&sfph_mail=\">over 50 changes</a> in the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Building the future</em><br />\n<em>A global community</em><br />\n<em>Stronger together</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Nov 2016 17:39:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4552\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4240:\"<p>WordPress 4.7 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta2.zip\">download the beta here</a> (zip).</p>\n<p>Notable changes since WordPress 4.7 Beta 1:</p>\n<ul>\n<li><strong>Twenty Seventeen:</strong> The theme wasn’t being installed on upgrades – sorry about that! Now you should see it if you’re upgrading an existing site. There are also plenty of fixes, especially for the header and small screen views.</li>\n<li><strong>Edit shortcuts:</strong> These are always visible while editing (hide them on bigger screens by collapsing the controls) and should now work properly in Firefox. (<a href=\"https://core.trac.wordpress.org/ticket/27403\">#27403</a> and <a href=\"https://core.trac.wordpress.org/ticket/38532\">#38532</a>)</li>\n<li><strong>REST API endpoints:</strong> There have been a number of changes over the past week; your attention is requested on the following:\n<ul>\n<li>The <code>DELETE</code> response format has changed and may need to be accounted for. (<a href=\"https://core.trac.wordpress.org/ticket/38494\">#38494</a>)</li>\n<li>Enabled querying by multiple post statuses. (<a href=\"https://core.trac.wordpress.org/ticket/38420\">#38420</a>)</li>\n<li>Return an error when JSON decoding fails. (<a href=\"https://core.trac.wordpress.org/ticket/38547\">#38547</a>)</li>\n</ul>\n</li>\n<li><strong>More developer notes</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2016/10/28/fine-grained-capabilities-for-taxonomy-terms-in-4-7/\">Fine grained capabilities for taxonomy terms</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/10/29/wp_taxonomy-in-4-7/\"><code>WP_Taxonomy</code></a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/02/wp_list_sort-and-wp_list_util-in-4-7/\"><code>wp_list_sort()</code> and <code>WP_List_Util</code></a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/\">Post type templates</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/new-post-type-labels-in-4-7/\">New post type labels</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/attributes-for-resource-hints-in-4-7/\">Attributes for resource hints</a></li>\n</ul>\n</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39142&stop_rev=38995&limit=200&verbose=on&sfp_email=&sfph_mail=\">almost 150 changes</a> in the last week.</li>\n</ul>\n<p>For more of what’s new in version 4.7, <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">check out the Beta 1 blog post</a>.</p>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href=\"https://make.wordpress.org/core/tag/4-7/\">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.7&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Ya es la hora</em><br />\n<em> Time for another beta</em><br />\n请您帮下忙!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Oct 2016 04:30:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4535\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6895:\"<p>WordPress 4.7 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.7 is slated for release on <a href=\"https://make.wordpress.org/core/4-7/\">December 6</a>, but we need your help to get there. We’ve been working on a lot of things, many of them to make getting your site set up the way you want it much easier. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li><a href=\"http://2017.wordpress.net/\"><strong>Twenty Seventeen</strong></a> – A brand new default theme brings your site to life with immersive featured images, video headers, and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.</li>\n<li><strong>Video Headers</strong> – Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</li>\n<li><strong>Set up your site in one flow</strong> – From finding and installing themes right inside the customizer, to automatically staged theme-specific starter content, to clickable shortcuts that jump directly to editing an item from the preview pane, to adding pages while you’re building a nav menu or setting a static front page: getting a new site spun up and ready to share with a friend or a coworker is faster and easier than it’s ever been. Note: starter content appears when live previewing brand new sites and is currently only available in Twenty Seventeen. We’ll be expanding this to other bundled themes very soon, and perhaps to sites with existing content in future releases of WordPress.</li>\n<li><strong>Custom CSS with live previews</strong> – Ever needed to hide or tweak the look of something in your theme or from a plugin? Now you can do it with CSS and live preview the results while customizing your site. CSS can be a powerful tool; you may find that you won’t need the theme editor or child themes anymore.</li>\n<li><strong>User admin languages</strong> – Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. To try this out, you’ll need to have more than one language installed, which will make a user language option available in your profile.</li>\n<li><strong>PDF thumbnail previews</strong> – Uploading PDFs will now generate thumbnail images so you can more easily distinguish between all your documents.</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li><strong>REST API content endpoints</strong> – If you only test one thing as a developer, please test these. This phase is particularly helpful for people building plugins, themes, and in-admin interfaces. Can you build the things you need? Are these ready for release, and is the world ready for them? (<a href=\"https://core.trac.wordpress.org/ticket/38373\">#38373</a>)</li>\n<li><strong><code>WP_Hook</code></strong> – The code that lies beneath actions and filters has been overhauled. You likely aren’t affected, but if you’ve done things to the <code>$wp_filter</code> global or experienced funky recursion bugs in the past, <a href=\"https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/\">please take a moment to read the dev note</a> and test your code.</li>\n<li><a href=\"https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/\"><strong>Custom bulk actions</strong></a> – List tables, now with more than bulk edit and delete.</li>\n<li>Expanded <a href=\"https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/\"><strong>Settings Registration API</strong></a> via <code>register_setting()</code>.</li>\n<li>For theme developers: <strong>Post type templates</strong> (<a href=\"https://core.trac.wordpress.org/ticket/18375\">#18375</a>)</li>\n<li><strong><a href=\"https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/\">More goodies for theme developers!</a></strong></li>\n<li><strong>Locale switching</strong> (<a href=\"https://core.trac.wordpress.org/ticket/26511\">#26511</a>)</li>\n<li><a href=\"https://make.wordpress.org/core/2016/10/11/comment-allowed-checks-in-wordpress-4-7/\"><strong>Comment allowed checks</strong></a> have the potential for a back-compat break.</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href=\"https://make.wordpress.org/core/tag/4-7/\">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.7&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing, and please enjoy this extended haiku break, courtesy of <a href=\"https://profiles.wordpress.org/ramiabraham\">Rami Abraham</a><em>.</em></p>\n<p><em>Exquisite endpoints</em><br />\n<em>Extol epic exabytes</em><br />\n<em>Enabling earthlings</em></p>\n<p><em>Careful interfaces</em><br />\n<em>Considerately conjured</em><br />\n<em>Customizer chic</em></p>\n<p><em>Ring in the new year</em><br />\n<em>With elegance and balance</em><br />\n<em>Twenty Seventeen</em></p>\n<p><em>Hooks hook healthily</em><br />\n<em>17817</em><br />\n<em>Sane iterations</em></p>\n<p><em>Admin in your tongue<br />\nOne site, many languages<br />\nWe all speak WordPress</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 04 Mar 2017 05:07:56 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 01 Feb 2017 15:58:56 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(3331,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1488647277','no'),(3332,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1488604077','no'),(3333,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1488647277','no'),(3334,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Web Annotations are Now a W3C Standard, Paving the Way for Decentralized Annotation Infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/web-annotations-are-now-a-w3c-standard-paving-the-way-for-decentralized-annotation-infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13734:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/8Y0EDX4VP9\">Green Chameleon</a>\n<p><a href=\"https://www.w3.org/blog/news/archives/6156\" target=\"_blank\">Web annotations</a> became a W3C standard last week but the world hardly noticed. For years, most conversations on the web have happened in the form of comments. Annotations are different in that they usually reference specific parts of a document and add context. They are often critical or explanatory in nature.</p>\n<p>One of the key differences between comments and web annotations, according to the new standard, is that annotations were designed to be decentralized, creating “a new layer of interactivity and linking on top of the Web.” Comments are published by the publisher at the same location as the original content, but web annotation content is owned by the reader. Annotations don’t have to be published on the original content. The reader has the choice to publish using an “annotation service” or their own website.</p>\n<p>Doug Schepers, former Developer Relations Lead at W3C, described the difference between annotating and commenting on an <a href=\"http://thewebahead.net/60\" target=\"_blank\">episode on The Web Ahead podcast</a>:</p>\n<blockquote><p>When a comment is at the bottom of a page, it’s so abstracted out from the rest. They get off track, they start talking about other things that have nothing to do with the original article. If it’s an even vaguely political topic, you’ve got the partisans jumping in, yelling at one another, how they’re all idiots. You lose track with the content of the article. There’s this viscerality, this immediacy, of actually commenting on something in its context.</p></blockquote>\n<p>Do people want to annotate the web? Popular implementations of this concept, such as <a href=\"https://genius.com/web-annotator\" target=\"_blank\">Genius Web Annotator</a> and Medium’s annotation-style commenting, show that people enjoy interacting on the web in this way. The W3C Web Annotation Working Group’s goal in standardizing the technology behind web annotations was to produce a set of specifications for “interoperable, sharable, distributed Web Annotation architecture,” enabling healthy competition between services and discouraging publisher lock-in.</p>\n<p>Decentralization is critical to unlocking the full potential of annotations on the web. If commenters have control of their own content, they have the freedom to publish it wherever they like. Open comments sections can sometimes offer the illusion of discourse, but are ultimately under the control of the publisher. This is obvious if you’ve ever seen a controversial blog post, which should undoubtedly have comments with varying viewpoints, but the only comments published are those in agreement with the author.</p>\n<p>“This notion that whoever controls the original source also controls the dialog – that’s dangerous,” Schepers said. “This is why I like the idea of annotations. It’s inherent in the idea of annotations, this indie web aspect of, ‘I want to control what I say, what channels it goes out to.’ I can’t control who puts it into a different channel but I can control what channels I try to put it out into. I can actively publish in multiple channels.”</p>\n<h3>Hypothesis Plugin Brings Web Annotations to WordPress</h3>\n<p><a href=\"https://hypothes.is\" target=\"_blank\">Hypothesis</a> is a non-profit organization that is building an open platform for annotation on the web, based on the <a href=\"http://annotatorjs.org/\" target=\"_blank\">Annotator.js</a> library. It allows readers to highlight text and select whether they want to annotate it or highlight it.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/hypothesis-annotations.png?ssl=1\"><img /></a></p>\n<p>The Hypothes.is community has an ecosystem of <a href=\"https://hypothes.is/tools-plug-ins-and-integrations/\" target=\"_blank\">tools and integrations</a> for various technologies and publishing platforms, including WordPress. The <a href=\"https://wordpress.org/plugins/hypothesis/\" target=\"_blank\">Hypothesis plugin on WordPress.org</a> offers the same functionality that you see on the Hypothesis website with the ability to select text and have a sidebar slide out for taking notes. Annotation requires an account with Hypothesis. You can test it by pasting any link into the tool on the <a href=\"https://hypothes.is/\" target=\"_blank\">Hypothesis</a> homepage.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/annotating.png?ssl=1\"><img /></a></p>\n<p>The mission of the Hypothesis project is “to bring a new layer to the web” that enables conversations on top of the world’s collected knowledge. The project also allows you to publish annotations privately, creating your own personal notebook of observations as you surf the web.</p>\n<p>The Hypothesis plugin allows users to customize the defaults and behavior and control where it’s loaded (front page, blog page, posts, pages, etc.) Highlights can be on or off by default and the sidebar can be collapsed or open. Annotations can also be enabled on PDFs in the Media Library. Hypotheses can be allowed/disallowed on a list of specific posts or pages, which is helpful for sites where the author may only want annotation on scholarly material.</p>\n<p><a href=\"https://github.com/kshaffer/hypothesis_aggregator\" target=\"_blank\">Hypothesis Aggregator</a> is another plugin for WordPress that offers a shortcode with different parameters for displaying annotations from the service. It allows site owners to display a collection of annotations from a certain user or topic.</p>\n<p><code>[hypothesis user = \'kris.shaffer\']</p>\n<p>[hypothesis tags = \'IndieWeb\']</p>\n<p>[hypothesis text = \"Domain of One\'s Own\"]</p>\n<p>[hypothesis user = \'kris.shaffer\' tags = \'IndieEdTech\']</code></p>\n<p>The output includes a link to the original content, the highlighted text, the annotation, and the person who curated it.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/hypothesis-aggregator.png?ssl=1\"><img /></a></p>\n<p>Kris Shaffer, the plugin’s author, is considering adding support for multiple tags (in both AND and OR configurations) as well as the ability to embed a single annotation in a post, like users can with a tweet.</p>\n<p>The Hypothesis network of annotators is growing, along with the vast collection of knowledge that is getting linked and added every day. The service just completed a record month with nearly 6,000 annotators contributing content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">A record month <a href=\"https://twitter.com/hypothes_is\">@hypothes_is</a> in February: almost 6K active annotators made 112,385 <a href=\"https://twitter.com/hashtag/annotations?src=hash\">#annotations</a>. Did you help? <a href=\"https://t.co/R2DZaf6D7i\">https://t.co/R2DZaf6D7i</a> <a href=\"https://t.co/HWNVUXUS9s\">pic.twitter.com/HWNVUXUS9s</a></p>\n<p>— Hypothes.is (@hypothes_is) <a href=\"https://twitter.com/hypothes_is/status/836993180486684672\">March 1, 2017</a></p></blockquote>\n<p></p>\n<p>Members of the Hypothesis team are principal contributors to the Annotator project and the organization was also deeply involved in the effort to make web annotations a W3C standard. The Hypothesis community tools are quite frequently used in the context of scholarly or academic dialogue, but the app aims to bring annotation to all types of websites, including news, blogs, scientific articles, books, terms of service, ballot initiatives, legislation, and more.</p>\n<p>In a <a href=\"https://www.youtube.com/watch?v=2jTctBbX_kw\" target=\"_blank\">presentation</a> at the Personal Democracy Forum in 2013, Dan Whaley, founder and CEO of Hypothesis, described the organization’s motivation behind annotating all of the web’s collective knowledge:</p>\n<blockquote><p>Think back 1,000 years, reflect on the key documents produced over that time, like the Magna Carta in 1215 or the Declaration of Independence, for which we only have the document itself. What we’re missing are the notes passed between co-authors in the drafting, the reviews by others providing feedback on early versions. We lack the perception by the public immediately after and most of the fine-grained citations, quotations, and reuse in the intervening years. Those incessant arguments about why the founding fathers chose this or that particular phrasing – what if we had a much better idea, the direct record of their internal deliberations? There’s no shortage of things to annotate, and there’s more knowledge being created per minute now than ever before – laws, scientific articles, news, books, tweets, data …but our tools are crude, balkanized, ill-preserved, and even then only available on a small minority of what’s important.</p></blockquote>\n<p>The idea of web annotations is to capture the surrounding conversation that doesn’t necessarily fit into traditional comments, preserving it in a way that is open, sharable, and cooperates nicely with other technologies using the web’s standard.</p>\n<h3>What Does the W3C Standard Mean for the Future of Annotations?</h3>\n<p>Web annotation seems to promote more critical thinking and collaboration but it’s doubtful that it would ever fully replace commenting systems. The two serve different purposes and it’s more likely that annotations will serve to supplement conversations on the web. Not everyone is fond of the current implementations of annotation UI, which require visitors to keep clicking on things as they are reading.</p>\n<p>Despite being first being introduced to the web in the Mosaic browser prototype in 1993, annotation tools are still in their infancy. In a <a href=\"https://genius.com/Marc-andreessen-why-andreessen-horowitz-is-investing-in-rap-genius-annotated\" target=\"_blank\">post</a> announcing Andreessen Horowitz’s $15 million investment in Rap Genius, Marc Andreesen describes how the technology was almost built into the first web browser:</p>\n<p>“Only a handful of people know that the big missing feature from the web browser – the feature that was supposed to be in from the start but didn’t make it – is the ability to annotate any page on the Internet with commentary and additional information.”</p>\n<p>The implementation was pulled not too long after, because they didn’t have the capabilities required to host all the annotations and have it scale. For the past 24 years, various companies and organizations have taken a stab at bringing this feature back to the web – all with varying approaches that don’t necessarily play well together. That’s why the W3C standard is an important development.</p>\n<p>“While Hypothesis and others are already enabling annotation to take place over any page on the Web, a standard means that there is additional incentive for browser vendors to include this functionality natively,” Dan Whaley <a href=\"https://hypothes.is/blog/annotation-is-now-a-web-standard/\" target=\"_blank\">said</a>. “The more that these new collaborative layers are present without any additional action on the part of the user, the more their use will grow.”</p>\n<p>Whaley also said the new W3C standard should send a strong signal to those who have developed proprietary annotation implementations, such as Genius, Readcube, Medium, and Amazon (Kindle).</p>\n<p>“These technical recommendations have the weight of the web community behind them and can be relied upon,” Whaley said. “Our hope is that the standard will not only encourage others to adopt its technical approach, but also ultimately to open their platforms.”</p>\n<p>In an ideal world, Doug Schepers sees annotation as a feature that is “baked straight into the web,” where all users can choose where their content is published. Annotation services would then offer the ability for users to choose which syndicators and aggregators the content is going out to. Publishers in turn would have the ability to consume annotation content and bring it back through their commenting system if they feel it adds value.</p>\n<p>“We can refine things over time,” Schepers said. “We can improve our culture over time. It sounds kind of lofty and maybe sort of abstract, but I think that’s what annotations can help us do. It can actually increase the growth of ideas and not the suppression of ideas. It can improve how we create our culture in a more conscious way, in a way that includes more critical thinking.”</p>\n<p>Schepers said it’s too soon to know how the future will unfold for web annotations and whether or not browsers will be interested in supporting them natively. Annotations may be relegated to live in script libraries forever if they don’t catch on with browsers. Like any new layer of interaction on the web, it’s worth building to see how the initial idea evolves based on where the users take it.</p>\n<p>“I don’t know what’s going to happen with annotations,” Schepers said. “That’s what I’m excited by. I can think of all sorts of things that might happen with annotations if we truly enable this, but I’m more looking forward to the things that I didn’t see coming at all.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 23:02:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WPCampus 2017 to Take Place July 14-15 in Buffalo, NY\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wpcampus-2017-to-take-place-july-14-15-in-buffalo-ny\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6398:\"<img />WPCampus Date\n<p><span class=\"st\">After the inaugural </span> WPCampus concluded <a href=\"https://2016.wpcampus.org/\">in 2016</a>, organizers <a href=\"https://wptavern.com/wpcampus-is-accepting-applications-to-host-the-event-in-2017\">put out a call</a> for campuses across the country to host the event in 2017. The WPCampus planning committee has <a href=\"https://2017.wpcampus.org/2017/02/23/announcing-second-annual-wpcampus-conference/\">announced</a> that <a href=\"https://2017.wpcampus.org/\">WPCampus 2017</a> will be held July 14-15, at <a href=\"https://2017.wpcampus.org/venue/\">Canisius College</a> in Buffalo, New York.</p>\n<p>In addition to announcing the date, the committee is accepting <a href=\"https://2017.wpcampus.org/call-for-speakers/\">speaker submissions</a> and <a href=\"https://2017.wpcampus.org/sponsors/\">looking for sponsors</a>. Speaker submissions will be accepted until March 24th, 2017.</p>\n<p>Rachel Carden, a Senior Software Engineer for Disney Interactive, came up with the idea for WPCampus in a Tweet published in August, 2015. Since then, the community has grown to more than 500 members.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Ooh. Dream with me: \"<a href=\"https://twitter.com/hashtag/WordCampus?src=hash\">#WordCampus</a>: A WordCamp for folks using <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> in Higher Education.\" I like it. <a href=\"https://twitter.com/hashtag/heweb?src=hash\">#heweb</a> <a href=\"https://t.co/m1zEkpkP4B\">https://t.co/m1zEkpkP4B</a></p>\n<p>— Rachel Carden (@bamadesigner) <a href=\"https://twitter.com/bamadesigner/status/628324358126235648\">August 3, 2015</a></p></blockquote>\n<p></p>\n<h2>Interview With Rachel Carden</h2>\n<p><strong>What did you learn from organizing the first WPCampus that will improve the second event?</strong></p>\n<p>Most of the lessons learned from WPCampus 2016 involved logistics. A brand new community planning a brand new event with very minimal people ‘on the ground’ was challenging but, clearly, not impossible.</p>\n<p>Most of the changes we’ve implemented have been on how to make the time we spend planning more efficient, especially since we are an entirely volunteer-driven organization spread out all over the world.</p>\n<p>Overall, our first event was a success but there’s always little notes you take away for the next go round, like ‘make sure we take the group photo BEFORE everyone leaves’ and highlighted at the top of the list: ‘make sure we have candy again.’</p>\n<p>Ultimately, our main priority is to ensure attendees aren’t worrying about the ‘where’, ‘what’, and ‘how’ so they can instead focus on learning, networking, and making the most out of our short time together. This means taking notice of how we can improve communication, signage, etc.</p>\n<p>‘The secret of all victory lies in the organization of the non-obvious’ could not be more true. The biggest question we asked ourselves after WPCampus 2016 was ‘how can we create more opportunities for diverse interaction and discussion?’</p>\n<p>Our planning team has some great ideas and we’re excited to experiment a little, to see how a conference might be able to drive development outside the usual sessions and lightning talks. We’re really excited for what’s in store for our next event.</p>\n<p><strong>Will there be another WordPress in higher education survey?</strong></p>\n<p>I hope so! If not, it won’t be for lack of desire. Last <a href=\"https://wptavern.com/wpcampus-survey-results-indicate-misconceptions-of-wordpress-are-slowing-its-growth-in-higher-education\">year’s survey</a> offered an incredible amount of insight and data into how WordPress is being used in higher education. It would be great to see what has changed. Stay tuned!</p>\n<p><strong>Why was Canisius College chosen for the event?</strong></p>\n<p>We had some amazing universities apply and invite us all to their campus. An honor for which we are most grateful and appreciative. As was the case with WPCampus 2016, it was really hard to pick just one but ultimately, it comes down to what we believe is best overall for our attendees.</p>\n<p>We even have a grading matrix because, of course we do, we’re in higher education. Canisius College is a beautiful campus in a great location, especially since a majority of the WPCampus community is located in the eastern U.S. and Canada.</p>\n<p>The team at Canisius has also been extremely supportive and is working hard to make sure we have a great time in their top-notch facilities. Buffalo is also a great city with amazing architecture, food, and scenery that we’re excited to explore.</p>\n<h2>WPCampus Is Aiming for Sessions With a Variety of Perspectives</h2>\n<p>For a glimpse into what WPCampus <a href=\"https://2017.wpcampus.org/about/\">is all about</a>, check out these recaps from those who attended the event in 2016. You can also watch most of the sessions from the event via the <a href=\"https://2016.wpcampus.org/schedule/\">schedule page</a>.</p>\n<ul>\n<li><a href=\"https://calderawp.com/2016/07/wpcampus-2016-recap/\">WPCampus 2016 Recap</a></li>\n<li><a href=\"https://www.thewpcrowd.com/wordpress/wordcamps/wpcampus-2016/\">WPCampus 2016: WordPress in Higher Education</a></li>\n<li><a href=\"https://wpdistrict.sitelock.com/blog/wp-campus-a-wordpress-event-focused-on-higher-education/\">WPCampus – A WordPress Event Focused on Higher Education</a></li>\n<li><a href=\"http://davidbisset.com/wpcampus-review/\">WPCampus Review</a></li>\n</ul>\n<p>Registration is not yet available but will open soon.</p>\n<p>“We aim for our session topics to be a good mix of WordPress in higher ed as well as solely higher ed and solely WordPress,” Carden said.</p>\n<p>“We recognize the value and inspiration in all perspectives. We hope the general WordPress community, and other higher ed communities, will see the value in investing in WPCampus and its mission to advance higher education by lending their time, knowledge and experience.”</p>\n<p>To receive updates related to the event, you can follow <a href=\"https://twitter.com/wpcampusorg\">WPCampus</a> on Twitter or keep an eye on the <a href=\"https://2017.wpcampus.org/announcements/\">announcements page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 17:24:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Henry Crown Fellowship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2017/03/henry-crown-fellowship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:645:\"<p>I’m very excited to have been selected to join the <a href=\"http://agln.aspeninstitute.org/fellowships/henrycrown/classes/XXI\">Henry Crown Fellowship Class of 2017</a>. Many, many folks I admire including Reed Hastings, Kim Polese, Cory Booker, Aileen Lee, Stephen DeBerry, Deven Parekh, Chris Sacca, Tim Ferriss, Reid Hoffman, Scott Heiferman, Troy Carter, Bre Pettis, Lupe Fiasco, and Alexa von Tobel have been through the program in previous years, and several of those people have spoken highly of it to me. I’m excited to meet and get to know the rest of the 2017 class, and embark on a learning journey alongside them.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 16:27:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Do You Enjoy WordPress Meetups? Let the Community Marketing Team Know Why\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66806\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/do-you-enjoy-wordpress-meetups-let-the-community-marketing-team-know-why\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2722:\"<p>When Matt Mullenweg, co-founder of the WordPress project, delivers his annual <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of The Word presentation</a>, he always gives props to meetup organizers and attendees. In 2016, there were 3,193 meetup events in 58 countries attended by 62,566 people. <a href=\"https://www.meetup.com/topics/wordpress/\">Meetups</a> are one of the cornerstones of the community and for many are the gateway to discovering WordPress.</p>\n<p>In an effort to raise awareness of the project and its community, the Community Marketing team, a subgroup of the <a href=\"https://make.wordpress.org/marketing/\">Marketing team</a>, is asking volunteers to <a href=\"https://make.wordpress.org/community/2017/03/01/meetup-video-testimonials-we-need-your-help/\">record video testimonials</a> at WordCamps and meetups in March and April. The team wants to hear stories from users on why they use WordPress and how they’ve benefited from attending meetups.</p>\n<p>Other questions to consider asking include:</p>\n<ul>\n<li>How long have you been using WordPress.</li>\n<li>What brought you to the Meetup?</li>\n<li>How has coming to this Meetup affected you?</li>\n</ul>\n<p>Videos should be 1-5 minutes in length and <a href=\"http://wordpress.tv/submit-video/\">uploaded to WordPress.tv</a> under the Testimonies category. Ideal recording conditions are a quiet room with decent lighting and good audio. Recordings can be planned or spontaneous and minimal post production editing is encouraged. Also consider making the videos more accessible by adding <a href=\"https://wordpress.tv/using-amara-org-to-caption-or-subtitle-a-wordpress-tv-video/\">captions and translations</a>.</p>\n<p>The idea has received positive feedback with meetup attendees and organizers stating their <a href=\"https://make.wordpress.org/community/2017/03/01/meetup-video-testimonials-we-need-your-help/#comment-23138\">intention to participate</a>. For an example on how to record WordPress testimonials, check out this video by Troy Dean where he interviews attendees at <a href=\"http://wordpress.tv/event/wordcamp-sunshine-coast-2016/\">WordCamp Sunshine Coast</a> 2016.</p>\n<div class=\"embed-wrap\"></div>\n<p>If there’s not a <a href=\"https://www.meetup.com/topics/wordpress/\">WordPress meetup</a> in your area, consider organizing one yourself using <a href=\"https://wptavern.com/guide-to-starting-and-maintaining-a-wordpress-meetup\">our guide</a>. For additional advice, I recommend this <a href=\"http://ithemes.com/publishing/run-wordpress-meetup/\">free ebook by iThemes</a> that includes interviews with several organizers who share their experience managing meetups.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2017 23:56:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordPress.com Announces New Importer for Medium Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66836\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordpress-com-announces-new-importer-for-medium-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6732:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/08/typewriter.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/4OURRGDU7Z\">Sergey Zolkin</a>\n<p>Medium started 2017 on uncertain footing, <a href=\"https://blog.medium.com/renewing-mediums-focus-98f374a960be#.xij39212w\" target=\"_blank\">laying off a third of its staff</a> in January after admitting that its ad-based business model was not working.</p>\n<p>“We had started scaling up the teams to sell and support products that were, at best, incremental improvements on the ad-driven publishing model, not the transformative model we were aiming for,” Medium CEO Ev Williams said. “To continue on this trajectory put us at risk — even if we were successful, business-wise — of becoming an extension of a broken system. Upon further reflection, it’s clear that the broken system is ad-driven media on the internet.”</p>\n<p>Williams said that Medium will be taking “a different, bolder approach” to this problem of driving payment for quality content but that “it is too soon to say exactly what this will look like.” Medium may be <a href=\"https://twitter.com/rrhoover/status/827340315681923072\" target=\"_blank\">experimenting with paid subscriptions</a> in the future, but the company has yet to articulate its next strategy for monetization.</p>\n<h3>WordPress.com Now Offers an Importer Tool for Medium</h3>\n<p>Publishers that don’t want to stick around for Medium’s next round of experimentation can now easily migrate to WordPress. Automattic <a href=\"https://en.blog.wordpress.com/2017/03/02/import-your-medium-posts-to-wordpress-com/\" target=\"_blank\">announced</a> a new Medium importer for WordPress.com today and the company also plans to make it available to self-hosted WordPress sites through Jetpack.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/wordpressdotcom-medium-importer.png?ssl=1\"><img /></a></p>\n<p>Medium users can export content to a zip file and then upload it into WordPress.com’s import tool. The import includes posts, tags, images, and videos and takes approximately 15 minutes to complete. Previously, Medium sites could be imported into WordPress using an RSS importer plugin, but there were significant drawbacks to this approach. WordPress.com’s importer tool takes this into account.</p>\n<p>“Using the provided RSS file from Medium’s export archive was not sufficient, because some of the post data, like embeds, is missing,” Automattic developer Marko Andrijašević said. “Because of that, we are combining the data available in RSS and exported HTML files to accurately reproduce the post’s content.”</p>\n<p>Medium hasn’t made it easy for publishers to leave with their full content and has changed the format of its exports multiple times in the past. Andrijašević said this is one of the reasons it took WordPress.com so long to add an importer, along with the fact that the provided data in the exported archive was not sufficient to import everything correctly.</p>\n<p>“We’ll have Jetpack support coming soon for self-hosted sites,” Andrijašević said. “One other workaround for self-hosted site owners would be to use the Medium importer on WordPress.com, and then generate a WXR (WordPress eXtended RSS) file with our exporter. The WXR can then be used with WordPress importer on any self-hosted site.”</p>\n<p>In addition to its uncertain future and unsightly permalinks, Medium gives users plenty of other reasons to be wary of the platform. <a href=\"https://www.buzzfeed.com/charliewarzel/when-you-launch-your-publication-the-same-day-medium-changes\" target=\"_blank\">Publishers were not notified in advance</a> about the company’s “renewed focus” and its plan to abandon the advertising model. Medium’s product is its users’ content and the company’s <a href=\"https://medium.com/policy/medium-terms-of-service-9db0094a1e0f#.c309bw63n\" target=\"_blank\">terms of service</a> state that it can use that content to promote its own products and services, enable advertising, and “remove any content you post for any reason.”</p>\n<p>Part of the appeal of Medium is that it removes the burden of site management. Publishers are now expected to navigate things like AMP, FB Instant Articles, social networks, and SEO to drive traffic to their websites. With Medium, publishers are trading site ownership for convenience. If the company is not able to find a workable way to monetize users’ content, it has a very real chance of joining the hundreds of <a href=\"https://indieweb.org/site-deaths\" target=\"_blank\">blogging silos that have died</a> or been bought by a competitor simply to be shut down and have their technology reabsorbed.</p>\n<p>Medium’s publishing experience is entirely geared towards making the company successful by monetizing the efforts of publishers on its network. In a post titled <a href=\"http://practicaltypography.com/billionaires-typewriter.html\" target=\"_blank\">The Billionaire’s Typewriter</a>, Matthew Butterick writes about how the platform’s limitations on features and customization are designed to “let Medium extract value from the talent and labor of others.” He describes digital sharecropping in its shiniest form:</p>\n<blockquote><p>Because in return for that snazzy design, Medium needs you to relinquish control of how your work gets to readers.</p>\n<p>Tempting perhaps. But where does it lead? I fear that writers who limit themselves to providing “content” for someone else’s “branded platform” are going to end up with as much leverage as cows on a dairy farm.</p>\n<p>Medium is a new kind of typewriter—the billionaire’s typewriter. It’s not the only billionaire’s typewriter. So is the Kindle. So is iBooks. So is Twitter. <strong>What distinguishes these new typewriters is not the possibilities they make available to writers, but what they take away.</strong></p></blockquote>\n<p>Publishers who want to determine the trajectory and reach of their own work need to migrate to a more stable platform where they have full control of their content. It’s not yet clear how Medium plans to monetize in the future, but the company will undoubtedly continue reaping the economic rewards of its publishers’ work. Whether you choose open source software or some other avenue, it’s worth leaving Medium’s grand experiment in order to own your own work.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2017 22:10:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WPWeekly Episode 265 – Interview with Matt Medeiros\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=66822&preview=true&preview_id=66822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/wpweekly-episode-265-interview-with-matt-medeiros\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3596:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://craftedbymatt.com/\">Matt Medeiros</a>, co-founder of <a href=\"http://slocumstudio.com/\">Slocum Studio</a>. Medeiros developed <a href=\"https://conductorplugin.com/\">Conductor</a>, a WordPress plugin that enables people to display content in blocks, similar to the approach that <a href=\"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\">WordPress core is taking</a>. He shares his thoughts and opinions on core’s approach and how it might impact the content builder market.</p>\n<p>Since Medeiros co-founded Slocum Studio with his father, Mark Medeiros, we discover what it’s like to operate a web development agency with a family dynamic. Last but not least, he shares his experience in the <a href=\"https://slocumthemes.com/\">commercial theme market</a> and gives us a first-hand account of what it was like to go through the <a href=\"https://make.wordpress.org/themes/handbook/review/\">theme review process</a>. Based on the experience, Medeiros says he will not submit new themes to the directory.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/nextgen-gallery-patches-critical-sql-injection-vulnerability\">NextGEN Gallery Patches Critical SQL Injection Vulnerability</a><br />\n<a href=\"https://wptavern.com/amazon-s3-outage-hits-wordpress-businesses-disrupting-service-and-support\">Amazon S3 Outage Hits WordPress Businesses, Disrupting Services and Support</a><br />\n<a href=\"https://wptavern.com/freemius-launches-insights-for-wordpress-themes\">Freemius Launches Insights for WordPress Themes</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/woo-simple-ads-server/\">WooCommerce Simple Ads Server</a> lets you create ads and campaigns for selling your own WooCommerce products on other websites. It lists all of your WooCommerce products on the back-end with options to create and assign banners for each product. It also provides all the scripts and embed codes necessary for your banners.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-keyword-monitor/\">WP Keyword Monitor</a> uses the official API from Google to track your organic keyword rankings. You can track up to 100 keywords per day. This plugin provides full reports and displays a running graph of your rankings and statistics over time.</p>\n<p><a href=\"https://wordpress.org/plugins/private-uploads/\">Private Uploads</a> protects sensitive uploaded files so that only logged-in users can access them. This plugin moves your designated private files to a separate folder and configures the web server to ask WordPress to authenticate access to files in that folder. It’s more efficient than similar plugins because it only rubs when serving files in the private folders.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 8th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #265:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 23:28:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"HeroPress: WordPress Opened Up a Whole New World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1620\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://heropress.com/essays/wordpress-opened-whole-new-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10723:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/03/030117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: If it hadn\'t been for WordPress, I would never have experience being part of an open-source community.\" /><h3>Before WordPress</h3>\n<p>Several years ago, I went through a tough time in my life. I lost my job and I was desperately in need of a career change. Because of the economic climate in Zimbabwe, I didn’t see many options, but I felt that IT held the most promising future.</p>\n<p>So I completed an A+ course and obtained a CCNA certification. Unfortunately, in Zimbabwe, skills and certifications were not enough to secure meaningful employment. Being a college drop-out, I didn’t have the required diploma or degree that employers were looking for.</p>\n<p>That’s when I enrolled in a diploma in management of information systems. In this course, there was a module called “Programming and Web Design”. I was introduced to HTML, CSS and Javascript, among other programming languages. But it was only an introduction… it wasn’t enough to be able to create my own website.</p>\n<p>After graduating, I studied online tutorials and learned how to create a website. That was the beginning of my personal website, franksweb.org, a static HTML website that I created from scratch.</p>\n<p>Not long after that, I was hired by an an online design and marketing firm that was looking for a web developer. To my surprise, I found that they only used content management systems (CMS) to create websites. No one was making static HTML websites!</p>\n<p>Joomla! was the preferred CMS at this company. It wasn’t until I was assigned to create a website for a local recording artist that I discovered WordPress. I was searching for templates that suited the client’s needs and discovered a template that just happened to be WordPress!</p>\n<p>I had heard of WordPress, even though they didn’t teach us about content management systems in my diploma course. All I knew was that WordPress was a free blogging service.</p>\n<blockquote><p>I had no idea how much more was possible using WordPress.</p></blockquote>\n<p>I soon discovered the numerous advantages of using WordPress over Joomla! (There’s a reason why 27% of the web uses WordPress, whereas Joomla! is used by only 3%!) Soon after, I re-designed franksweb.org using WordPress. So began my love affair with WordPress.</p>\n<h3>Freelancing</h3>\n<p>After having worked for my employer for a little over one and a half years, receiving a very small salary, the time came for me to move on. My employer had been failing to pay our salaries and owed me a lot of money in back pay (which has never been paid to me to this day). So I had no choice but to leave and I started freelancing.</p>\n<p>Since I started freelancing, all the websites I’ve created for my clients (except for one) have been WordPress sites. WordPress has empowered me to make a living from creating functional websites that are easy to manage for my clients.</p>\n<p>Here in Zimbabwe, very few web designers and web developers create static HTML websites. The majority use content management systems, and for good reason. Of course, the overwhelming majority are WordPress sites. This is just a testament to how WordPress makes our jobs easier and the potential to make money using WordPress.</p>\n<h3>The WordPress Community</h3>\n<p>One thing that we were taught in my diploma course was the importance of continuous professional development (CPD). That, and the fact that I had a genuine passion for all things WordPress, led me to soak up anything WordPress-related that I could get my hands on. I watched a lot of Morten Rand-Hendriksen’s tutorials on lynda.com to advance my skills. The WordPress.org website became a permanent tab on my desktop whenever you opened my web browser (my “WordPress Bible”). I also made sure the “WordPress News” box was always open in all my Dashboards so I could keep up with the latest in WordPress.</p>\n<p>One day I saw a <a href=\"https://wptavern.com/\" target=\"_blank\">WPTavern</a> article in my Dashboard calling for applications to participate in the first WordCamp incubator program. I was very interested since Zimbabwe had never had a WordCamp before. I didn’t know of anyone else in Harare who had the same desire but I applied anyway.</p>\n<p>More than a hundred cities applied so I honestly wasn’t expecting my application to be chosen, especially because of the challenges that my country is facing.</p>\n<blockquote><p>I was shocked when I got an email from Rocio Valdivia and Hugh Lashbrooke saying they wanted to interview me for the incubator program.</p></blockquote>\n<p>Later on, I received an email from Andrea Middleton saying my application to be a WordCamp organizer had been accepted! This was a very exciting time for me. It was now going to be possible to experience the things I had read about the WordPress Community here in Zimbabwe, too.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2017/03/meetup_at_CSZ-min.jpeg\"><img class=\"size-large wp-image-1627\" src=\"https://heropress.com/wp-content/uploads/2017/03/meetup_at_CSZ-min-1024x576.jpeg\" alt=\"First meetup at the Computer Society of Zimbabwe, August 20, 2016\" width=\"960\" height=\"540\" /></a>First meetup at the Computer Society of Zimbabwe, August 20, 2016\n<p>The first thing that I needed to do was start a monthly WordPress meetup group in Harare because there was no regular meetup that I was aware of, and therefore no real WordPress Community. It was a struggle but thanks to the guidance and support of WordCamp Central, and the support of the <a href=\"http://www.csz.org.zw/\" target=\"_blank\">Computer Society of Zimbabwe</a>, we were able to have meetups and the membership grew.</p>\n<blockquote><p>Months later, we hosted the very first WordCamp in Zimbabwe: WordCamp Harare 2016.</p></blockquote>\n<p>It was a success and much better than I thought it would be. Along with our monthly meetups, WordCamp did a lot to promote awareness of the WordPress Community. Since then, quite a number of local WordPress users have become active in the WordPress Community. I absolutely love hosting meetups and sharing knowledge about something which I am passionate about.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2017/03/wordcamp_at_harare_city_library-min.jpg\"><img class=\"size-large wp-image-1628\" src=\"https://heropress.com/wp-content/uploads/2017/03/wordcamp_at_harare_city_library-min-1024x678.jpg\" alt=\"First WordCamp Harare at Harare City Library\" width=\"960\" height=\"636\" /></a>First WordCamp Harare at Harare City Library\n<p>On a personal level, working with the WordPress Community opened up a world that I didn’t know existed within WordPress. I got to know so many amazing people and everyone has been helpful and kind. The WordPress Community is made up of people who are generous and willing to give their time and share knowledge with others. For me, it is very fulfilling to be able to give back to something which I have benefited from so much.</p>\n<p>One of the highlights of WordCamp for me was meeting Job Thomas and Herman Kok, two of our speakers who came from South Africa. They both work for <a href=\"https://automattic.com/\" target=\"_blank\">Automattic</a>, the company that owns WordPress.com, WooCommerce, Jetpack and other WordPress-related products. (Before I became active in the WordPress Community, I had no idea Automattic had an office in South Africa!) Talking to them, I got a strong sense that they were passionate, not only about what they do, but about sharing their knowledge and experience with others.</p>\n<p>I was encouraged and inspired to apply to work for Automattic. The position that I wish to apply for is called “Happiness Engineer”. Basically, your job is customer support. For me, this is a dream job: getting paid to do something that I have a passion for which is share my knowledge of WordPress with others. They say that if you find something that you love to do, you’ll never work another day in your life. So currently, I spend time helping other users in Automattic product forums in order to gain more direct experience before I apply.</p>\n<p>This past year has been an awesome journey for me. If it wasn’t for WordPress, I would never have experienced being part of an open-source community and the doors that have opened for me. There are so many awesome people that I never would have gotten to know. WordPress truly changed my life.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Opened Up a Whole New World\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Opened%20Up%20a%20Whole%20New%20World&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Opened Up a Whole New World\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F&title=WordPress+Opened+Up+a+Whole+New+World\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Opened Up a Whole New World\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-opened-whole-new-world/&media=https://heropress.com/wp-content/uploads/2017/03/030117-150x150.jpg&description=WordPress Opened Up a Whole New World\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Opened Up a Whole New World\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\" title=\"WordPress Opened Up a Whole New World\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">WordPress Opened Up a Whole New World</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 12:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Thabo Tswana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: HackerOne Launches Free Community Edition for Non-Commercial Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/hackerone-launches-free-community-edition-for-non-commercial-open-source-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5076:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/hackerone-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.hackerone.com\" target=\"_blank\">HackerOne</a>, the vulnerability coordination and bug bounty platform, has launched a new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a> for open source projects. The company is built around the notion that, “given enough eyeballs, all vulnerabilities are shallow.” HackerOne announced a <a href=\"https://www.hackerone.com/blog/The-best-security-initiative-you-can-take-in-2017\" target=\"_blank\">$40 million round of funding</a> earlier this month, which allows the company to expand its market and add new features to the platform.</p>\n<p>Open source projects are one area where HackerOne is expanding its reach. The company participates in the <a href=\"https://internetbugbounty.org/\" target=\"_blank\">Internet Bug Bounty</a> program, which helps secure core internet infrastructure and open source software, but HackerOne is now opening up its own platform.</p>\n<p>“One of the goals I have had in my work with HackerOne is to build an even closer bridge between HackerOne and the open source community,” community strategy consultant Jono Bacon said. Bacon <a href=\"http://www.jonobacon.org/2017/02/09/hackerone-professional-free-open-source-projects/\" target=\"_blank\">announced</a> the availability of HackerOne’s new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a>, which has not yet been formally announced but is already open for applicants.</p>\n<p>The Community Edition has all the same features as HackerOne’s Professional Edition, including vulnerability submission/coordination, duplicate detection, hacker reputation, analytics, and more. The only difference is that it doesn’t include paid customer support and program assistance. It also integrates with many popular issue tracking tools, such as JIRA, GitHub, Bugzilla, Zendesk, Track, and others.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/hackerone-community-edition.png?ssl=1\"><img /></a></p>\n<p>Although the name “Community Edition” might suggest to some that it is self-hosted, HackerOne actually provides it as a SaaS offering with no setup or deployment required.</p>\n<p>Open source projects are eligible if they meet a few requirements:</p>\n<ul>\n<li>Must be open source projects covered by an <a href=\"https://opensource.org/licenses\" target=\"_blank\">OSI license</a></li>\n<li>Be active and at least 3 months old (age is defined by shipped releases/code contributions)</li>\n<li>Include a SECURITY.md in the project root that provides details for how to submit vulnerabilities (<a href=\"https://github.com/discourse/discourse/blob/master/docs/SECURITY.md\" target=\"_blank\">example</a>)</li>\n<li>Display a link to your HackerOne profile from either the primary or secondary navigation on the project’s website</li>\n<li>Maintain an initial response to new reports of less than a week</li>\n</ul>\n<p>WordPress doesn’t have its own listing in the HackerOne directory but <a href=\"https://hackerone.com/automattic\" target=\"_blank\">Automattic’s page</a> says the company also welcomes reports for WordPress, BuddyPress, and bbPress. Automattic has had 446 bugs resolved through its program on HackerOne, which it has maintained for the past three years. A handful of other WordPress-related projects are also listed in the directory, including the <a href=\"https://hackerone.com/wordpoints\" target=\"_blank\">WordPoints</a> plugin, <a href=\"https://hackerone.com/iandunn-projects\" target=\"_blank\">Ian Dunn’s projects</a>, and <a href=\"https://hackerone.com/flox\" target=\"_blank\">Flox</a>.</p>\n<p>Having a crowd-sourced security program in place is becoming more critical, as breeches are costing companies billions of dollars every year. The World Economic Forum’s <a href=\"http://www3.weforum.org/docs/GRR/WEF_GRR16.pdf\" target=\"_blank\">2016 Global Risks Report</a> estimated that “crimes in cyberspace cost the global economy an estimated $445 billion.”</p>\n<p>Not all organizations listed on HackerOne offer bug bounties, but bounties are a proven method of attracting security talent. Since HackerOne launched, its customers have resolved more than 37,000 vulnerabilities and have paid out more than $13 million in bug bounties. By the end of 2016, HackerOne’s community of hackers had grown to nearly 100,000.</p>\n<p>The new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a> gives smaller open source projects and organizations exposure to HackerOne’s network of thousands of security researchers and the tools for managing communication about vulnerabilities. Projects applying for the Community Edition must be non-commercial and able to run an effective security program. Applications are usually answered within one business week.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 04:56:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Freemius Launches Insights for WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66740\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/freemius-launches-insights-for-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8722:\"<p>Freemius Insights <a href=\"https://freemius.com/blog/freemius-insights-wordpress-themes/\">has announced</a> that its <a href=\"https://freemius.com/\">analytics service</a> that was previously <a href=\"https://wptavern.com/freemius-insights-enables-plugin-developers-to-make-data-driven-decisions\">only available to WordPress plugins</a> is now available for themes. The company was founded in 2015 by <a href=\"https://twitter.com/vovafeldman\">Vova Feldman</a> and his team after discovering how much information is not available to developers who host plugins and themes on the official WordPress directories and marketplaces.</p>\n<img />Freemius Insights for Themes\n<p>Freemius Insights for themes gives developers an opportunity to collect a large variety of data, including, email addresses, PHP, plugin, WordPress version distribution, and more. When a user installs a theme that uses Freemius, an opt-in prompt is displayed that notifies them that data will be sent to Freemius.com to help improve the product. Selecting Skip prevents data from reaching Freemius.com.</p>\n<img />Freemius Opt-in Prompt\n<p>Feldman says that he and his team have worked closely with the <a href=\"https://make.wordpress.org/themes/\">WordPress Theme Review Team</a> to ensure that Freemius Insights does not violate the theme directory <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">requirements.</a> One of the most informative features that Freemius Insights provides is the ability for users to provide feedback if they decide to switch to a different theme.</p>\n<p>When a user switches away from a product using Freemius, a prompt is shown with randomly displayed questions asking for feedback. These responses are saved and can be viewed at a later time in the Freemius dashboard. If a user switches themes because it doesn’t have a specific feature and it’s added at some point, a developer can go back and notify them that the feature exists.</p>\n<h2>Data Collection Leads to Description, Settings, and Documentation Improvements for FooBox</h2>\n<p>Adam Warner, Co-founder of <a href=\"https://fooplugins.com\">FooPlugins.com</a>, added Freemius Insights to <a href=\"https://wordpress.org/plugins/foobox-image-lightbox/\">FooBox</a>, an image lightbox plugin after noticing that other plugins were collecting opt-in usage data. His team realized they needed the data but didn’t have the resources to build a custom solution in a reasonable amount of time.</p>\n<p>Warner shares what he discovered with the data collected by Freemius. “Install, uninstall, deactivation, and feedback data is some of the most important data we’ve obtained,” he responded.</p>\n<p>“Not long after we discovered that of those who deactivated the plugin, the two top reasons were ‘expected something else’ and ‘didn’t understand how it works.’ That is valuable insight that we might not have had otherwise and allowed us to revamp our plugin description on .org and in the plugin settings.”</p>\n<p>One of the main reasons for collecting data is to improve the product. Based on the data collected, improvements to FooBox were geared towards documentation and the plugin’s settings pages, “After learning from the insights that Freemius provided us, we wrote longer explanations of various settings and what they do, as well as putting in links to documentation and video walkthroughs,” he said.</p>\n<h2>Freemius Usage Data Ramps Up Priority for NextGEN Gallery Wizard</h2>\n<p>NextGEN Gallery is Freemius’ most popular plugin tracked so I asked Erick Danzer, Founder and CEO of Imagely, makers of NextGEN Gallery, what his team has learned and if any improvements are a direct result of the data collected.</p>\n<p>Since adding Freemius to NextGEN Gallery, the opt-in form has been exposed to about 200K new users. Out of these, 37.5% or 75K users have opted to submit data.</p>\n<p>“We’ve learned that 21% of users deactivate or uninstall the plugin entirely,” Danzer said. “Conversely, that means we have about a 79% retention rate. It’s hard to know how that compares to the WordPress ecosystem as a whole, but our sense is that retention rate is not bad (even if we’d like it to be better). I’d love to see comparative data across other plugins at some point.”</p>\n<p>Of those who uninstall the plugin, 20% which is the largest share, do so because they don’t understand how it works, “This wasn’t a surprise. We know that NextGEN Gallery is powerful and thus overwhelming to some users,” Danzer said. “But this is the first time we’ve been able to put actual numbers on that behavior.”</p>\n<p>Some of the biggest improvements to NextGEN Gallery that are a result of the data that’s been collected deal with the user interface. “We now know that 21% of users uninstall and that the biggest reason is too much complexity getting started,” Danzer said. “That tells us that if we want to improve our retention rate, we need to make it easier to start.”</p>\n<p>“To that end, we’ve done two things. First, we just released a start-up Gallery Wizard late last fall that walks new users through the process of setting up their first gallery. Second, we’re about 70% done with an overhaul of the interface to simplify the presentation of options. These are both things we probably would have done anyways, but we upped their priority based on Freemius data.”</p>\n<h2>Data From Freemius Insights Points to a Common Dead-end With Plugins</h2>\n<p>For more than a year, Freemius Insights has been collecting mountains of data for plugins. Feldman was gracious enough to supply the Tavern with some interesting data. There are more than 750 developers registered to the site and more than 400K users have opted-in to usage tracking. <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a> is the service’s most popular tracked plugin active on more than 1.5M sites.</p>\n<p>Out of the plugins tracked, there have been 114K feedback responses on why users deactivated a plugin. The top five reasons plugins were deactivated are:</p>\n<ul>\n<ul>\n<li>23% Expected something else / didn’t work as expected</li>\n<li>21% Didn’t understand how it works</li>\n<li>20% No longer needed</li>\n<li>13% Found a better alternative</li>\n<li>6% Didn’t work</li>\n</ul>\n</ul>\n<p>The most interesting aspect of this data is the second most popular reason why users deactivate a plugin. When users activate a plugin, many don’t know what the next step is. It could be searching for a link to the settings page or not doing anything at all. Most of the time, users have no idea because the plugin doesn’t tell them.</p>\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a> is a good example of a plugin that bucks this trend with an <a href=\"https://docs.woocommerce.com/document/woocommerce-onboarding-wizard/\">onboarding wizard</a> that when completed, puts users in a place where they can immediately start selling products.</p>\n<img />WooCommerce Onboarding Wizard\n<p>Not every plugin is as complex as WooCommerce and doesn’t need a onboarding wizard. For these use cases, developers might consider using <a href=\"https://code.tutsplus.com/articles/integrating-with-wordpress-ui-admin-pointers--wp-26853\">Admin Pointers</a>, a feature that was added in WordPress 3.3. With Admin Pointers you can inform users about a new feature or provide further instructions after a plugin is activated.</p>\n<p>Insights for Themes is free for non-commercial themes however, only two weeks of historical aggregated metrics and the 100 most recent user emails will be collected. In exchange for aggregating the data, Freemius asks that a symbolic attribution that ‘freemius’ is a contributor be added to the theme’s readme.txt file. No email exports or webhooks are included with the free plan.</p>\n<p>Freemius is an example of a service that is filling a huge void of nonexistent data from WordPress.org for plugin and theme authors. A void that <a href=\"https://wptavern.com/solving-the-mystery-of-how-people-actually-use-wordpress\">doesn’t appear likely</a> to be filled anytime soon. As noted above, the data that is collected, especially direct feedback from users, has surfaced issues that may not have otherwise been discovered.</p>\n<p>If you use Freemius Insights in your plugins or themes, please tell us about your experience and what you’ve learned from the collected data.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 22:43:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Amazon S3 Outage Hits WordPress Businesses, Disrupting Services and Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/amazon-s3-outage-hits-wordpress-businesses-disrupting-service-and-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5853:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/Amazon_Web_Services_logo_AWS.jpg?ssl=1\"><img /></a></p>\n<p>Amazon is currently experiencing “high error rates with S3 in US-EAST-1,” causing a massive outage for sites, apps, and services across the web. The <a href=\"https://status.aws.amazon.com/\" target=\"_blank\">AWS service health dashboard</a> was also temporarily affected by the outage. Amazon says it is working at repairing S3 and that they believe they have identified the root cause.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/awscloud\">@awscloud</a> Care to share the architecture of this status page as an anti-pattern?</p>\n<p>— Thorben Heins (@thorbenheins) <a href=\"https://twitter.com/thorbenheins/status/836657580382502912\">February 28, 2017</a></p></blockquote>\n<p></p>\n<p>The outage is affecting many popular sites, such as Quora, Netflix, Splitwise, Business Insider, Giphy, Trello, IFTTT, many publishers’ image hosting, filesharing in Slack, and the Docker Registry Hub.</p>\n<p>WordPress businesses are also currently affected, especially those that host customer downloads. WooCommerce customers are currently unable to access downloads they purchased. Similarly Envato customers are having difficulty accessing downloads and content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yes, we are affected by <a href=\"https://twitter.com/hashtag/AWS?src=hash\">#AWS</a> <a href=\"https://twitter.com/hashtag/S3?src=hash\">#S3</a> outage too. S3 is having a snag right now…. Quora, Slack, Envato and millions more are suffering…</p>\n<p>— WPBakery (@wpbakery) <a href=\"https://twitter.com/wpbakery/status/836663834437955584\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We\'re aware of issues with functionality of the <a href=\"https://t.co/dGuVluPt9A\">https://t.co/dGuVluPt9A</a> site, such as My Downloads. This is related to the <a href=\"https://twitter.com/awscloud\">@awscloud</a> outage</p>\n<p>— WooCommerce (@WooCommerce) <a href=\"https://twitter.com/WooCommerce/status/836663491805216768\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Amazon S3 has identified high error rate issue that\'s impacting the Envato Market specifically our downloads and content. We are monitoring!</p>\n<p>— Envato Help (@envato_help) <a href=\"https://twitter.com/envato_help/status/836653583428771840\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Downloading and updating our premium plugins is possible again, after a short downtime due to problems at S3. Sorry for the inconvenience!</p>\n<p>— Yoast (@yoast) <a href=\"https://twitter.com/yoast/status/836684468513558529\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Due to the AWS outage, we are experiencing problems with sales, support, and development. Please accept our apologies…we\'ll be back soon!</p>\n<p>— WP Ninjas, LLC (@wpninjas) <a href=\"https://twitter.com/wpninjas/status/836662320088539136\">February 28, 2017</a></p></blockquote>\n<p></p>\n<p>Joost de Valk, CEO and founder of <a href=\"https://yoast.com/\" target=\"_blank\">Yoast</a>, said the company experienced minor effects from the outage but has already been planning on switching from S3 to a new storage provider.</p>\n<p>“The outage doesn’t seem to have affected our revenue much,” de Valk said. “It was slightly annoying and led to some images not working and people not being able to download their plugins for a while, which is always a shame. However, not directly related to this, we’re already looking at ditching S3. That’s because our new hosting setup at SiteGround combined with CDN from MaxCDN actually negates the need for S3 entirely.”</p>\n<p>Other companies that have AWS integrated into their support services experienced more disruption due to customers not being able to receive help.</p>\n<p>“Obviously our website is hosted using AWS technology through Pagely,” <a href=\"http://wpninjas.com/\" target=\"_blank\">WP Ninjas</a> co-founder James Laws said. “I’m not sure how they’ve been affected directly, but we have noticed intermittent downtime. Perhaps the biggest impact is that our support service is built on AWS and with it down we are completely unable to provide any support to our users.”</p>\n<p>Laws said the company has had fairly decent uptime with AWS in the past and that the idea of switching services because of an outage would not be worth the effort.</p>\n<p>“The truth is that 100% uptime is more a fantasy than anything,” Laws said. “The idea of having to move a website or change a support system temporarily or even permanently for a short period of downtime would be pretty daunting. You probably could create contingency plans for something like this, but the technical and administrative costs are not generally worth it in my opinion.”</p>\n<p>The outage serves as a painful reminder of how dependent the web is on cloud storage providers and how few services have a backup plan for instances like these.</p>\n<p>At 12:52 PM PST Amazon released an update, promising improvements for customers within the hour: “We are seeing recovery for S3 object retrievals, listing and deletions. We continue to work on recovery for adding new objects to S3 and expect to start seeing improved error rates within the hour.” The ability to retrieve, list, and delete was fully recovered within half an hour and Amazon continues to work on fixing the ability to add new objects to S3.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 21:54:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Donncha: Coming up in WP Super Cache 1.5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://odd.blog/2017/02/28/coming-up-in-wp-super-cache-1-5-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5618:\"<p>The next version of WP Super Cache will be one with some big changes! There are many small bug fixes and improvements but the one I’m most excited about is moving the legacy cache files into the supercache directory.</p>\n<p>The legacy cache files were the files created by the old WP-Cache plugin upon which this plugin is based. They’re really useful as they store the headers sent from the server as well as the page contents. If you’re serving pages that aren’t regular html, such as JSON or XML you don’t want to tell the browser they’re text/html documents. This caching method is also used for anyone who is logged into your site, or left a comment.<br />\nThere is a problem however. They’re stored in one directory. If you have many thousands of visitors interacting with your site you may end up with a directory containing thousands of files. The names of the cache files are a hash of the URL, gzip support and browser cookies so one file can match one user, or one file can be used by thousands of anonymous users. In the event that someone left a comment on a popular post the plugin has to search through all those files looking for the pages cached for other users who were also looking at that page. On a busy server that can cause problems.</p>\n<p>So, in <a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">#177</a> I added code that moves the legacy cache files into the supercache directory. That means the files are stored in directories that reflect the URL of the page that was served which makes it very easy to delete the cached files belonging to that page as they’re all in the same directory!</p>\n<p>The new code will look in the old location for legacy files first as some sites will have a large collection of cached files, but any new cache files will be created in the supercache directory.</p>\n<p>Ian Dunn <a href=\"https://github.com/Automattic/wp-super-cache/pull/121\">submitted code</a> to cache the REST API. It’s not yet complete but we’ll be able to build on the changes to the legacy cache to make caching the API more efficient than it would have been before.</p>\n<p>I really need people to help test this. The latest code is running on this site so I’m very confident in how well it works but just because it works on my odd little server doesn’t mean it will work right everywhere. If you want to give it a spin, visit <a href=\"https://github.com/Automattic/wp-super-cache\">the plugin Github repository</a> and click on the “Clone or download” button. If you don’t know how to clone a Git respository just grab the zip file and install it on your server, overwriting the files in the plugins/wp-super-cache/ directory. If the changes to where cache files go doesn’t interest you, some of the changes in this list might:</p>\n<ul>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/commit/b654bcf6d75655e386f22c2fcbad19272b0d75cd\">Don’t output broken warning in robots.txt</li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/commit/8b63d5d97f246ba4d442e7b5d32a4d08fce4fd22\">Use get_home_url() instead of siteurl because some sites have different homepages</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/176\">Remove most calls to get_all_supercache_filenames()</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/145\">Fix bottom border in admin</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/199\">Use plugins_url() so https links work</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/55\">Preload from the newest post</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/101\">Stop caching of wp-admin visits sooner</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">Store legacy cache files in the supercache directories</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/100\">Make the headers more informative to tell how a page was served</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/90\">Properly serve 304 requests</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/188\">Apply realpath to filenames because of Windows oddities</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/127\">Don’t flush(), output buffers don’t like it</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/194\">Add more file checks around wp_cache_rebuild_or_delete()</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/191\">If HTTP_HOST is not defined then disable caching</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/190\">Only show html comments on html pages</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/issues/184\">Fix caching of mobile requests</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/61\">Clear the cache for private posts</a></li>\n</ul>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li> <a href=\"https://odd.blog/2010/02/08/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 15:05:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: NextGEN Gallery Patches Critical SQL Injection Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/nextgen-gallery-patches-critical-sql-injection-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2804:\"<p><a href=\"https://blog.sucuri.net/author/slavco/\">Slavco Mihajloski</a>, security researcher at <a href=\"https://sucuri.net/\">Sucuri</a>, <a href=\"https://blog.sucuri.net/2017/02/sql-injection-vulnerability-nextgen-gallery-wordpress.html\">has discovered</a> a critical SQL injection vulnerability in <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a>, a popular WordPress plugin that’s active on more than a million sites.</p>\n<p>Mihajloski gives the vulnerability a 9 out of 10 on Sucuri’s DREAD scale. Dread stands for Damage, Reproducibility, Exploitability, Affected Users, and Discoverability.</p>\n<p>Each category receives a score between 0 and 10. The <a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">DREAD score</a> is obtained by adding the totals from each category and then dividing by five. The higher the score, the more severe the vulnerability.</p>\n<p>The SQL injection vulnerability affects NextGEN Gallery versions 2.1.77 and below. Version 2.1.79 is patched and was released four days ago. Those who use NextGEN basic tagcloud gallery or allow visitors to submit posts to be reviewed by contributors are especially at risk.</p>\n<p>“This vulnerability allows an unauthenticated user to grab data from the victim’s website database, including sensitive user information,” Mihajloski said.</p>\n<p>“This issue existed because NextGEN Gallery allowed improperly sanitized user input in a WordPress prepared SQL query, which is basically the same as adding user input inside a raw SQL query. Using this attack vector, an attacker could leak hashed passwords and WordPress secret keys, in certain configurations.”</p>\n<p>Although 2.1.79 patches the vulnerability, the <a href=\"https://wordpress.org/plugins/nextgen-gallery/changelog/\">plugin’s changelog</a> doesn’t indicate a critical security issue was fixed. Eric Danzer, Founder and CEO of Imagely, makers of NextGEN Gallery, <a href=\"https://twitter.com/ErickDanzer/status/836315264002232321\">explained on Twitter</a> why it’s not mentioned in the changelog.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/perezbox\">@perezbox</a> <a href=\"https://twitter.com/jeffr0\">@jeffr0</a> We just wanted updates underway before drawing attention. We\'ll update changelog for accuracy in a subsequent release.</p>\n<p>— Erick Danzer (@ErickDanzer) <a href=\"https://twitter.com/ErickDanzer/status/836315264002232321\">February 27, 2017</a></p></blockquote>\n<p></p>\n<p>Users are strongly encouraged to update <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a> to version 2.1.79 as soon as possible.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2017 23:05:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: Linus Torvalds Shares Lessons from 25 Years of Open Source Project Maintainership, Decries Tech Innovation Hype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66408\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://wptavern.com/linus-torvalds-shares-lessons-from-25-years-of-open-source-project-maintainership-decries-tech-innovation-hype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6230:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/linus-torvalds-open-source-summit.png?ssl=1\"><img /></a></p>\n<p>Linux creator Linus Torvalds joined Jim Zemlin, executive director of the Linux Foundation, on stage at the <a href=\"http://events.linuxfoundation.org/events/open-source-leadership-summit\" target=\"_blank\">Open Source Leadership Summit</a> for a candid conversation on maintaining open source projects. After 25 years of maintaining the Linux kernal, Torvalds has developed a network of trust that enables the project to iterate quickly with its 2.5 month release cycle.</p>\n<p>The current pace of Linux development sees 10K lines of code added, 8K lines subtracted, and 1800 lines modified every single day. Torvalds described how Linux contributors learned to modularize the code and development model so they can accomplish more in parallel, while working independently. He used to read through all the patches but quickly found himself becoming a bottleneck to progress. Ensuring code quality on the project is no longer about micromanaging all the patches but about finding the people Torvalds can trust.</p>\n<p>“We have a very strong network and that’s why we can have 1,000 people involved in every release,” Torvalds said. “There’s this whole human potential there that we use very extensively to make sure the process works. And it’s taken 25 years to get to where we are on a process level, too.”</p>\n<p>Torvalds described how the project revolves around individual contributors building a trusted reputation with maintainers and how one moves from casual contributor status to become part of the network of trust.</p>\n<p>“When people move between companies, the trust does not stay with the company,” Torvalds said. “The trust stays with the person. Obviously people do not stay around forever. People come and go. One of the reasons people sometimes think it’s hard to get into the kernel, is because you think you can just come in and shoot off a patch and go away, but that’s not how it works. What really takes time is to shoot off a lot of small patches until you reach the point where the maintainers trust you and at that point you have become something more than the guy who sends patches. You’ve become part of the whole network of trust.”</p>\n<p>Increasing levels of trust among contributors allows maintainers to oversee a rapid pace of development. Ten years ago, when Torvalds wanted to move an 8-week release schedule, he said everyone knew he was pushing for something unrealistically short. They have been cranking out releases every 2.5 months since then and Torvalds said it “solved so many things we didn’t even know needed to be solved.” Linux maintainers found their way to a successful development model by experimenting until it clicked.</p>\n<p>“If you want to do something new, something that is really pushing the envelope, nobody can really say ‘This is the way to do it,\'” Torvalds said. “What you need to do is a lot of trial and error. I often compare software development to biological processes where really it is evolution. It is not intelligent design. I’m there in the middle of the thing and I can tell you, it is absolutely not intelligent design. You have a lot of people with ideas of where things need to go and then you need to have a marketplace where you can try them out. And that’s what open source allows – all these different groups to go off, do their own thing, and then come back and say I did this, and it actually worked.”</p>\n<p>Zemlin asked him if he ever experienced an “a-ha moment” where he realized that Linux was much bigger than what he thought he started. Torvalds said that although a couple of moments have taken him by surprise, the biggest moment was six months after releasing it when it went past being a personal project. He suddenly didn’t even know the people sending him patches. Twenty five years later, it’s the people doing the work who still inspire him.</p>\n<p>“I’m a huge believer in the 99% perspiration, 1% inspiration thing,” Torvalds said. “The innovation that this industry talks about so much is bullshit. Anybody can innovate. Don’t do this big, ‘Think different’ innovation thing. Screw that; it’s meaningless. 99% of it is ‘Get the work done.’ That’s my least favorite part of the technology news cycle: the constant innovation and new ideas, ‘<em>This will revolutionize</em>,’ all that hype – that’s not where the real work is. The real work is in the details.”</p>\n<p>Not all open source projects could be successful with the same model and leadership that Torvalds has brought to Linux development, but the kernel is arguably one of the most active and successful GPL-licensed projects. Zemlin noted that nearly 900 organizations participate in all the different Linux Foundation programs, creating code in almost every aspect of computing from mobile phones to cars to home appliances. It wouldn’t be possible without Torvalds’ laser focus on continuing the work he started.</p>\n<p>“I’m obviously one of those people who likes to concentrate on one project,” Torvalds said. “I don’t like flitting from one idea to another. You need the people who just flutter about and come up with ideas, but they’re not the really useful ones. They end up being the ones who maybe give the ideas to the ones doing the work. What anybody should take away from this talk – the people who actually do the work are the ones you should really listen to. These days I don’t actually do the work anymore – I merge other people’s work. But I would like conferences, too, to be less about the visionary innovation thing and more about the day-to-day what are my problems and how do I want to solve them.”</p>\n<p>Check out the video below to watch the full session with Linus Torvalds and Jim Zemlin:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2017 20:15:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Learn How to Find and Exploit XSS Vulnerabilities with Google’s XSS Game\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/learn-how-to-find-and-exploit-xss-vulnerabilities-with-googles-xss-game\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3105:\"<p>In 2016, Acunetix, a UK-based security firm, found that <a href=\"http://www.acunetix.com/blog/articles/33-websites-webapps-vulnerable-xss/\" target=\"_blank\">33% of websites and web apps are vulnerable to XSS</a>. This number is down 5% from the company’s findings for the previous year, but it’s still one of the most common vulnerabilities. In fact, every WordPress security release for the past year has included patches for <a href=\"https://en.wikipedia.org/wiki/Cross-site_scripting\" target=\"_blank\">cross-site scripting</a> (XSS) vulnerabilities, including 4.5.2, 4.5.3, 4.6.1, 4.7.1, 4.7.2, and many other previous releases.</p>\n<p>Google has created a fun and educational <a href=\"https://xss-game.appspot.com/\" target=\"_blank\">XSS game</a> that teaches new bug hunters how to find and exploit XSS vulnerabilities. Each challenge teaches students how to inject a script to pop up an alert() within the training application. The first few levels are fairly easy and it gets progressively more difficult.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/xss-game-level-1.png?ssl=1\"><img /></a></p>\n<p>It was designed for developers who work on web apps but do not specialize in security. Google’s goal with the game is to help developers get better at recognizing the vulnerabilities in their own code:</p>\n<blockquote><p>This security game consists of several levels resembling real-world applications which are vulnerable to XSS – your task will be to find the problem and attack the apps, similar to what an evil hacker might do. </p>\n<p>XSS bugs are common because they have a nasty habit of popping up wherever a webapp deals with untrusted input. Our motivation is to highlight common coding patterns which lead to XSS to help you spot them in your code.</p></blockquote>\n<p>The intro to the game tempts new recruits to hone their skills with promises to pay mercenaries up to <a href=\"https://www.google.com/about/appsecurity/reward-program/index.html#rewards\" target=\"_blank\">$7,500 for discovering XSS bugs</a> in the Google’s most sensitive products. It gives a nice introduction to common attack vectors for XSS vulnerabilities and congratulates winners with a cake and a <a href=\"http://Google\'s application security resource\" target=\"_blank\">link to more in-depth XSS documentation</a> from Google’s collection of application security resources.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/xss-game-cake-complete.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://xss-game.appspot.com/\" target=\"_blank\">XSS game</a> has been around for a few years and provides a fun way to start your XSS learning if you have a few minutes over the weekend. With the constant stream of security updates for WordPress core, plugins, and themes, it’s good to get a basic understanding of what many of these patches are for. After a little bit of study and practice, you may be able to find XSS vulnerabilities in applications and help make the internet more secure.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2017 19:31:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Running a successful regional agency, with Ben May\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=34480\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://poststatus.com/running-successful-regional-agency-ben-may/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1736:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher.</p>\n<p><span>In this episode, Brian interviews Ben May to talk about running <a href=\"https://thecode.co/\">The Code Company</a>, a semi-remote agency based in Queensland, Australia. The Code Company works primarily with long term clients and repeat work, and they’ve grown from just Ben to a team of 11 almost entirely by referrals for new customers.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/61169.mp3\">https://audio.simplecast.com/61169.mp3</a><br />\n<a href=\"https://audio.simplecast.com/61169.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://thecode.co/\">The Code Company</a></li>\n</ul>\n<h3>Sponsor: WooCommerce</h3>\n<p><span>This episode of the Draft podcast is sponsored by <a href=\"https://woocommerce.com/\">WooCommerce</a>. WooCommerce makes the most widely used eCommerce platform on the web, and has the power and flexibility you need to power your store. For more information on how to run your store with WordPress and WooCommerce, check out <a href=\"https://woocommerce.com/\">their website</a> and thank you to WooCommerce for being a Post Status partner. </span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2017 18:41:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: FOSSA Raises $2.2M to Automate Open Source License Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/fossa-raises-2-2m-to-automate-open-source-license-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4631:\"<p>Kevin Wang and his team at <a href=\"http://fossa.io/\" target=\"_blank\">FOSSA</a> have carved out a niche for themselves in the open source product space with the launch of their license compliance and dependency analysis tool. The company <a href=\"https://medium.com/fossa/announcing-fossa-public-beta-funding-8cf56cf8ebc6#.3titvmvwe\" target=\"_blank\">announced a $2.2 million seed round</a> this week after completing a year-long private beta period with Fortune 500 companies. FOSSA continuously scans dependencies and offers reports at each commit to help companies meet the legal obligations of compliance as they are incorporating open source libraries.</p>\n<p>The <a href=\"http://fossa.io/pricing/\" target=\"_blank\">public beta</a> is now free and open to anyone, offering support for up to 5 public/private repos and scanning three levels deep with open source reports. A $499/repo per month commercial option is also available with unlimited scan depth and customizable open source reports.</p>\n<p>“It’s mind-boggling that in 2017, software companies don’t really know what’s in their code,” Wang said. “90% of it now comes from third parties like open source (OSS) codebases. Although it sounds trivial, it’s actually really difficult to keep track of what your developers use. Most of this code isn’t explicitly included — instead it’s brought in automatically by complex tool behavior or one of the million ways developers <a href=\"https://medium.com/fossa/you-cant-get-around-code-scanning-if-you-care-about-open-source-licenses-2db1fde43fb5#.pb9mtykaf\" target=\"_blank\">casually share code</a>.”</p>\n<p>FOSSA can detect license and policy violations and unlicensed dependencies before an expensive mistake is fully integrated into a project. The real-time feedback forces developers to consider how they are using the libraries they are building into their software.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/fossa-example.jpeg?ssl=1\"><img /></a></p>\n<p>Competitors like <a href=\"https://www.whitesourcesoftware.com/\" target=\"_blank\">WhiteSource</a> and <a href=\"https://www.blackducksoftware.com\" target=\"_blank\">Black Duck Software</a>, which offer open source risk management tools, detect and display licenses for components and dependencies for applications but seem more focused on bugs and vulnerability reporting. FOSSA is solely focused on OSS license compliance and automating disclosure and attribution.</p>\n<p>Compliance is becoming increasingly difficult as developers can easily execute a few commands and import dozens of npm modules that inherit licensing obligations from a myriad of different sources. Even governments and large companies with plenty of resources struggle to keep track of all the open source requirements of the software they are using.</p>\n<p>In 2013, <a href=\"https://www.techdirt.com/articles/20131018/13291924928/healthcaregov-violates-open-source-license.shtml\" target=\"_blank\">Healthcare.gov violated an open source license</a> when it used the DataTables jQuery plugin without the required attribution. Last year, <a href=\"http://venturebeat.com/2016/05/10/oracle-vs-google-in-9-billion-retrial-over-use-of-java-in-android/\" target=\"_blank\">Google was embroiled in a court battle with Oracle</a> over the use of Java in Android.</p>\n<p>A tool like FOSSA could have helped Wix catch its <a href=\"https://wptavern.com/wix-removes-gpl-licensed-wordpress-code-from-mobile-app-forks-original-mit-library\" target=\"_blank\">violation of the GPL in 2016</a> when the company used GPL-licensed code from the WordPress mobile app and distributed it in its proprietary app. FOSSA aims to catch licensing issues before they become expensive problems for developers to rework and lawyers to settle.</p>\n<p>A few years before beginning work on FOSSA, Wang built <a href=\"https://tldrlegal.com/\" target=\"_blank\">tl;drLegal</a>, a site that explains software licenses in plain English. The free resource received backing from the Open Source Initiative and has been used by more than a million developers. Wang said he “sees FOSSA as an attempt to tackle similar problems in a commercial scenario.”</p>\n<p>FOSSA will be expanding its pricing options later this year. At the moment, the free beta and the $499/month commercial options leave a gaping hole that excludes smaller organizations. Wang replied to pricing questions on ProductHunt, saying that they are targeting enterprise customers first but plan to introduce more options for small teams and individuals.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2017 00:21:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Discourse Creates Encouragement Fund to Pay Contributors for Mission Critical Work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/discourse-creates-encouragement-fund-to-pay-contributors-for-mission-critical-work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2486:\"<p><a href=\"https://www.discourse.org\">Discourse</a> is free, open-source discussion software created by Jeff Atwood in 2013. In addition to celebrating its fourth birthday, the team <a href=\"https://blog.discourse.org/2017/02/the-discourse-encouragement-fund/\">announced</a> the Discourse Encouragement Fund. The fund allows the development team to pay contributors for critical work.</p>\n<p>In the course of a year, Discourse has paid 16 different developers a total of $17,000 to work on tasks. All of their work is open source and two of the contributors <a href=\"https://blog.discourse.org/2017/02/discourses-fourth-birthday/\">joined the team</a> as full-time employees.</p>\n<p>Discourse shared its 7-step process for rewarding contributors and the one that sticks out to me is number four: “We choose who, what and when.”</p>\n<p>“At first we tried to put tasks ‘up for grabs’, but this method didn’t work too well,” Erlend Sogge Heggen, Community Advocate at Discourse said. “You end up with multiple takers and you have to pick one and let others down.”</p>\n<p>“Instead, we approach developers individually, one at a time. Since we’re an open source project we know fairly well who’s capable of what, so we’ll tap our top prospect, present the task and ‘bounty’, and get a yes or no.</p>\n<p>“If no, we move on to the next good prospect. If we run out of good prospects for a specific task, we’ll either do it ourselves or put it on hold.”</p>\n<p>Heggen says the program has worked well thus far and will continue indefinitely. “As much as we’d like to, we can’t put every one of our contributors on a steady payroll,” he said.</p>\n<p>“What we can do is remind them that the work they’re doing is valuable, in every sense of the word, and that there is money to be made from specializing in Discourse.”</p>\n<p>The program is funded by customers who purchase <a href=\"https://discourse.org/buy\">hosting plans</a>, “The general idea is that paying customers help improve Discourse, both for themselves, and for the greater open source community at large,” Atwood said.</p>\n<p>Introducing money into an open source project can be <a href=\"http://david.heinemeierhansson.com/2013/the-perils-of-mixing-open-source-and-money.html\">risky </a>but so far, Discourse has found a way to make it work.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 19:20:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Cloudflare Memory Leak Exposes Private Data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/cloudflare-memory-leak-exposes-private-data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5730:\"<p><a href=\"https://www.cloudflare.com/\">Cloudflare</a>, a content distribution network used by many popular sites, <a href=\"https://blog.cloudflare.com/incident-report-on-memory-leak-caused-by-cloudflare-parser-bug/\">published detailed information</a> about a security vulnerability that leaked user information, some of which was private, including passwords, private messages, etc. The vulnerability was <a href=\"https://bugs.chromium.org/p/project-zero/issues/detail?id=1139#c19\">discovered</a> by security researcher <a href=\"https://twitter.com/taviso\">Tavis Ormandy,</a> a member of Google’s <a href=\"https://googleprojectzero.blogspot.co.uk/\">Project Zero</a> team.</p>\n<p>The issue stems from a memory leak in an HTML parser named cf-html that was created to replace an older parser based on <a href=\"https://en.wikipedia.org/wiki/Ragel\">Ragel.</a></p>\n<p>“It turned out that the underlying bug that caused the memory leak had been present in our Ragel-based parser for many years but no memory was leaked because of the way the internal NGINX buffers were used,” John Graham-Cumming, <span class=\"st\">Chief Technology Officer at Cloudflare</span> said. “Introducing cf-html subtly changed the buffering which enabled the leakage even though there were no problems in cf-html itself.”</p>\n<p>The earliest date information was leaked was September 22nd, 2016 when <a href=\"https://support.cloudflare.com/hc/en-us/articles/227227647-How-do-I-use-Automatic-HTTPS-Rewrites-\">Automatic HTTP Rewrites</a> were enabled. This was the first of three features introduced that used the parser. The other two are <a href=\"https://support.cloudflare.com/hc/en-us/articles/200170016-What-is-Email-Address-Obfuscation-\">email obfuscation</a> and <a href=\"https://support.cloudflare.com/hc/en-us/articles/200170036-What-does-Server-Side-Excludes-SSE-do-\">Server-side Excludes</a>.</p>\n<p>The greatest period of impact was between February 13th and February 17th. The leaked information ended up in publicly available cached webpages. Cloudflare worked with major search engine providers to have the cached pages scrubbed before publicly announcing details of the bug.</p>\n<p>“With the help of Google, Yahoo, Bing and others, we found 770 unique URIs that had been cached and which contained leaked memory,” Graham-Cumming said. “Those 770 unique URIs covered 161 unique domains. The leaked memory has been purged with the help of the search engines. We also undertook other search expeditions looking for potentially leaked information on sites like Pastebin and did not find anything.”</p>\n<h2>1Password is Not Affected</h2>\n<p>Earlier reports indicated that 1Password was among the sites affected. Jeffrey Goldberg, a 1Password employee, <a href=\"https://blog.agilebits.com/2017/02/23/three-layers-of-encryption-keeps-you-safe-when-ssltls-fails/\">assured users</a> that the Cloudflare data leak does not affect 1Password.</p>\n<p>“At the moment, we want to assure and remind everyone that we designed 1Password with the expectation that SSL/TLS can fail,” Goldberg said. “Indeed it is for incidents like this that we deliberately made this design.”</p>\n<p>“No secrets are transmitted between 1Password clients and 1Password.com when you sign in and use the service. Our sign-in uses <a href=\"https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol\">SRP</a>, which means that server and client prove their identity to each other without transmitting any secrets. This means that users of 1Password do not need to change their Master Passwords.”</p>\n<h2>Change Your Passwords</h2>\n<p><a href=\"https://twitter.com/thesquashsh\">Nick Sweeting</a> has used a number of web scrapers to compile a list of sites that use Cloudflare. The list is available on <a href=\"https://github.com/pirate/sites-using-cloudflare\">GitHub</a> and currently contains 4,287,625 domains that are possibly affected. Popular domains in the list include:</p>\n<ul>\n<li>authy.com</li>\n<li>coinbase.com</li>\n<li>digitalocean.com</li>\n<li>patreon.com</li>\n<li>bitpay.com</li>\n<li>news.ycombinator.com</li>\n<li>producthunt.com</li>\n<li>medium.com</li>\n<li>4chan.org</li>\n<li>yelp.com</li>\n<li>okcupid.com</li>\n</ul>\n<p>The bug also affects mobile apps as HTTP header data for apps such as Discord, FitBit, and Uber have been discovered in search engine caches. NowSecure <a href=\"https://www.nowsecure.com/blog/2017/02/23/cloudflare-cloudbleed-bugs-impact-mobile-apps/\">published a list</a> that includes 200 iOS apps that use Cloudflare services.</p>\n<p>Users are strongly encouraged to change their passwords regardless if a site uses Cloudflare or not. Those who use Cloudflare should generate new API keys and consider forcing a password change to users.</p>\n<p>Two factor authentication should be enabled where possible so that the password is not the only credential needed to access an account. Mobile users should log out of mobile applications and log back in to create a new active token. To force all users on a WordPress site to logout and re-login, <a href=\"https://wpstudio.com/cloudflare-security-precaution-alert/\">WPStudio recommends</a> changing the salt keys in wp-config.php.</p>\n<p>Although major search engines are actively scrubbing cached pages, the leaks have been occurring for at least four months. There’s no telling who may have already scraped those pages and archived the data. There’s also the possibility that someone discovered the vulnerability before Ormandy and has been parsing cached pages for months. This is why it’s important that at a minimum, you change your passwords.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 19:03:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Google’s New Perspective Project Filters Online Comments Based on Toxicity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/googles-new-perspective-project-filters-online-comments-based-on-toxicity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5970:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/mobile-reading.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/RY5J4XBYJV\">Martino Pietropoli</a>\n<p>Online harassment is a hot topic right now, as Twitter’s perennial battle with trolls heats up, forcing the company to develop new features to combat abuse. Technology companies are scrambling to create solutions that will make their communities safer for users and now Google is taking on the challenge of online harassment as part of its <a href=\"https://jigsaw.google.com\" target=\"_blank\">Jigsaw</a> technology incubator. Jigsaw’s engineers and researchers tackle geopolitical problems like attacks on free speech, injustice, corruption, and violent extremism.</p>\n<p><a href=\"https://www.perspectiveapi.com/\" target=\"_blank\">Perspective</a> is Jigsaw’s latest project aimed at improving the comment sections of websites, which can become hotbeds of harassment when left unmoderated. It turns out that eliminating the darker aspects of human behavior, especially when combatting those operating under the cloak of online anonymity, has proven to be an exquisite challenge best suited to the bots.</p>\n<p>The Perspective project uses machine learning to identify and filter comments for toxicity. Its API scores comments based on “the perceived impact a comment might have on a conversation.” Publishers can then use that information to offer real-time feedback to commenters and speed up moderation. The <a href=\"https://www.perspectiveapi.com/\" target=\"_blank\">live demo</a> allows readers to filter the comments based on a sliding scale of toxicity that they are willing to engage.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/google-jigsaw-perspective-project.png?ssl=1\"><img /></a></p>\n<p>The Perspective site also includes a Writing Demo that delivers real-time feedback for the toxicity level as you type. The model defines toxic as “a rude, disrespectful, or unreasonable comment that is likely to make you leave a discussion.”</p>\n<h3>Developers Can Request Access to the Perspective API and Major Publications are Already Experimenting with It</h3>\n<p>Toxic commenting and trolls are especially rampant on news sites, requiring moderators to be constantly vigilant and ready to neutralize threats to civil discourse. This is why the New York Times employs 14 full-time moderators to manually review the 11,000 comments that come in each day. Despite the efforts of this dedicated team, commenting is only available on 10% of Times articles due to the moderation load.</p>\n<p>As a partner on this project, the New York Times <a href=\"http://www.nytco.com/the-times-is-partnering-with-jigsaw-to-expand-comment-capabilities/\" target=\"_blank\">open sourced 10 years of moderated comment archives</a> to help the Jigsaw team build the machine learning models that will improve conversations on the web. The publication is currently creating an open source moderation tool to expand community discussion to other areas of the Times.</p>\n<p>The Wikimedia Foundation is also <a href=\"https://meta.wikimedia.org/wiki/Research:Detox\" target=\"_blank\">collaborating with Jigsaw</a> to develop tools for automating detection of toxic comments and analyzing their impact in discussions at scale. These tools are aimed at mitigating the personal attacks levied at volunteer editors in an effort to improve overall community health.</p>\n<p>The Perspective project is still in its early days of research and development, but developers can <a href=\"https://groups.google.com/forum/#!forum/perspective-announce/join\" target=\"_blank\">sign up</a> to request an API key. Google will be open sourcing the experiments, models, and research data gained from testing machine learning as a tool for improving online discussion.</p>\n<p>As WordPress powers more than 27% of all websites, a plugin built with the Perspective API could have a major impact on raising the standard of discourse for a large segment of comment-enabled sites. Many publications that might otherwise value thoughtful discussion, have resorted to turning comments off entirely because of the burden of moderation.</p>\n<p>Those who rattle off the tired internet maxim that says “<em>Never read the comments</em>” speak to the pervasive toxicity that has invaded online discourse, but they also betray their own fragility in engaging commenters who sabotage discussions with incivility. Readers don’t always have the emotional energy to deal with rude comments that slipped through moderation. While some may find Reddit-style wild west commenting to be spirited and amusing, there are plenty of others who find it demoralizing.</p>\n<p>One thing I appreciate about the Perspective project’s demo is that its aim isn’t to edit or change the comments to be less toxic but rather it offers the reader a way to filter based on the individual’s comfort level. With clear warnings in place and a default view set on the safer side, the publication is no longer obligated to overly-censor comments for the lowest threshold of offense.</p>\n<p>The Perspective project is experimenting with using machine learning to wrangle the human factor of interacting online. It’s come to the point that moderating comments and weeding out toxicity has become overwhelming for those trying to run a publication. The most encouraging aspect of this experiment is that Google put engineers, designers, and researchers on this problem because <a href=\"https://wptavern.com/why-comments-still-matter\" target=\"_blank\">comments still matter</a>. This new technology affirms the importance of public discourse on the web and aims to preserve comments as a safe place for conversations. I’m interested to see what WordPress developers can build with the Perspective API once it is available.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 04:17:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordPress Community Summit 2017 Set for June 13-14 in Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wordpress-community-summit-2017-set-for-june-13-14-in-paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3561:\"<p>WordPress contributor teams are getting ready for the next <a href=\"https://make.wordpress.org/core/2017/02/23/planning-for-community-summit-2017/\" target=\"_blank\">Community Summit</a>, which will be held in Paris leading up to WordCamp Europe on June 13-14. This is the first time the event will be held outside the United States, making it more accessible to European community members who may have been unable to attend previous summits.</p>\n<p>The summit provides an opportunity for those who contribute to WordPress and its surrounding community to tackle difficult topics that require in-person discussion or collaboration. This year the organizing team is <a href=\"https://wptavern.com/wordpress-community-team-proposes-new-selection-process-for-2017-summit-attendees\" target=\"_blank\">trying a new selection process for attendees</a>. Instead of the previous invitation-only system, contributor teams are identifying the challenging issues they want to discuss and then nominating attendees who will represent diverse viewpoints on these particular topics.</p>\n<p>For example, a few <a href=\"https://make.wordpress.org/core/2017/02/23/planning-for-community-summit-2017/\" target=\"_blank\">proposed topics for the core team</a> include discussions about the future of JavaScript in core, how to attract more JavaScript-first developers to build on WordPress, and technology version support policies (PHP, MySQL, browsers, etc.) Theme Review Team contributors have <a href=\"https://make.wordpress.org/themes/2017/02/18/community-submit-2017/\" target=\"_blank\">proposed</a> discussion on how to allow for more experimentation and ways to improve the leadership of the team and the theme author and reviewer experiences.</p>\n<p>Each of the 16 contributor teams tagged in the announcement has until March 3rd to create a list of topics and representatives, including contributors who are willing to help organize the event. An <a href=\"https://wceurope.polldaddy.com/s/community-summit-2017-call-for-non-active-contributors\" target=\"_blank\">application form</a> is open for those who represent other interests within the WordPress community but are not part of one of the contributor teams. The summit will be limited to 180 attendees (the capacity for the venue).</p>\n<p>The call for sponsors will be published next week, but promotional activities will not be incorporated into the event. The organizing team is also working on finding sponsors to cover travel expenses for contributors who have financial barriers to attending.</p>\n<p>“The idea of this event sponsorship is about supporting the project and the community,” summit organizer Rocio Valdivia said. “So, there aren’t levels of exposure associated with each price level other than the label that will show up in the make/summit p2 page for it and on the sidebar. We’ll add links to their sites, logos, and a huge thanks at event to all sponsors, regardless how much they’ve sponsored. The sponsorship levels are about the desire and financial ability of the companies to contribute to the summit, not about a marketing thing.”</p>\n<p>The summit is closed to the public and the press, but there is a decent level of transparency around the topics attendees plan to discuss if you peruse the make.wordpress.org blogs. If contributor teams publish notes from the discussions as they have in previous years, the wider community will be able to follow along to see if the summit precipitates meaningful progress for the project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Feb 2017 22:05:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Akismet: Akismet WordPress Plugin 3.3 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://blog.akismet.com/2017/02/23/akismet-wordpress-plugin-3-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1366:\"<p>Version 3.3 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is available.</p>\n<p><a href=\"https://akismet.files.wordpress.com/2017/02/akismet-3-3-dashboard.png\"><img /></a> In addition to a handful of bug fixes, version 3.3 refreshes the Akismet settings page design and adds an improved first-run experience. Now, when you activate Akismet for the first time, it will offer to check your current Pending queue for spam, and for especially large pending queues, it will show a progress indicator.</p>\n<p>For full details on all of the changes since version 3.2, see <a href=\"https://plugins.trac.wordpress.org/log/akismet/trunk?rev=1602266&stop_rev=1501241&verbose=on\">the changelog</a>.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1923/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1923/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1923&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Feb 2017 18:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WPWeekly Episode 264 – REST API, Disqus, and Happy Birthday Discourse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=66421&preview=true&preview_id=66421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/wpweekly-episode-264-rest-api-disqus-and-happy-birthday-discourse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4422:\"<p>In this episode, Marcus Couch and I discuss the news of the week. We introduce a new segment of the show called “What’s on WordPress.tv?” where we highlight three videos to check out. We also share details of <a href=\"https://central.wordcamp.org/schedule/\">upcoming WordCamps </a>in the month of March.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://halfelf.org/2017/case-rest-api/\">A Case for REST API</a><br />\n<a href=\"https://wptavern.com/buddypress-2-8-boosts-minimum-php-requirement-adds-twenty-seventeen-companion-stylesheet\">BuddyPress 2.8 Boosts Minimum PHP Requirement, Adds Twenty Seventeen Companion Stylesheet</a><br />\n<a href=\"https://wptavern.com/disqus-hits-sites-with-unwanted-advertising-plans-to-charge-large-publishers-a-monthly-fee-to-remove-ads\">Disqus Hits Sites with Unwanted Advertising, Plans to Charge Large Publishers a Monthly Fee to Remove Ads</a><br />\n<a href=\"https://wptavern.com/how-to-check-if-installed-plugins-are-no-longer-in-the-plugin-directory\">How to Check if Installed Plugins Are No Longer in the Plugin Directory</a><br />\n<a href=\"https://blog.discourse.org/2017/02/discourses-fourth-birthday/\">Happy Fourth Birthday Discourse</a></p>\n<h2>What’s On WordPress.TV?</h2>\n<h3>WordCamp Manila 2016</h3>\n<p><a href=\"http://wordpress.tv/2017/02/12/andrew-dela-serna-how-we-work-in-automattic/\">Andrew dela Serna: How We Work in Automattic</a></p>\n<p>Learn what it’s like to work at Automattic, the tools they use, our culture, the people, how to apply and what’s next for the company.</p>\n<h3>WordCamp Waukesha 2017</h3>\n<p><a href=\"http://wordpress.tv/2017/02/09/ryan-erwin-digital-marketing-strategy-and-seo/\">Ryan Erwin: Digital Marketing, Strategy and SEO</a></p>\n<p>Ryan Erwin discussed digital marketing strategy for business as it relates to on and off page SEO, content marketing, and conversion optimization. He reviews how to plan, implement, and analyze your strategic initiatives.</p>\n<h3>WordPress Community Interview Series</h3>\n<p><a href=\"http://wordpress.tv/2017/02/20/wordpress-community-interview-with-isabelle-garcia/\">WordPress Community Interview With Isabelle Garcia</a></p>\n<p>Isabelle Garcia is a front-end web developer and social media geek. She is a “Digital Nomad” and travels the world working remotely. She has no fixed base, no office. Isabel likes to frequent local libraries, not to borrow books but to take advantage of the quiet atmosphere.</p>\n<p>While other digital nomads meet at coffee shops or co-working spaces, she likes to spend entire days and even weekends in the common areas and desks of public libraries.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/really-simple-click-to-call/\">Really Simple Click To Call Bar</a> adds a customizable click-to-call bar to the bottom of the browser window on mobile devices. It enables users to easily call you from their phone and automatically adds events if you’re using Google Analytics Universal. Perfect for small businesses like restaurants, retail stores, or any lead generation that relies on phone calls.</p>\n<p><a href=\"https://wordpress.org/plugins/html-table/\">Responsive tables</a> lets you create and display tables easily on your website with shortcodes. HTML tables can be used to display pricing, comparisons, DBMS tables and much more.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-demo-buddy/\">WP Demo Buddy</a> instantly creates a dedicated expiring Demo/Trial instance of WordPress with any WordPress Plugin and Theme to each of your website visitors. Your website visitors can test drive your plugins securely before they buy or test drive the plugins you review/sell on your website.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 1st 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #264:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 22:29:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Zerif Lite Returns to WordPress.org after 5-Month Suspension and 63% Decline in Revenue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=64347\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7365:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/09/zerif-lite.png?ssl=1\"><img /></a></p>\n<p>In October 2016, Zerif Lite was <a href=\"https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates\">suspended from the WordPress Themes Directory</a> after failure to comply with the Theme Review Team’s guidelines. The suspension left 300,000 users (including those using Zerif Lite child themes) without maintenance and security updates.</p>\n<p>After five months of fixes and several rounds of review, <a href=\"https://wordpress.org/themes/zerif-lite/\" target=\"_blank\">Zerif Lite</a> has returned to the directory with the same functionality but a significantly altered user experience. Users are now required to install a plugin for the features that were previously deemed to be “faux custom post types,” violations of the content vs. presentation guideline for WordPress.org-hosted themes. These include small custom content blocks that appear on the homepage for things like team info and testimonials.</p>\n<p>“We will work on making sure it is all clear for people, but I still don’t understand or agree with the requirement,” ThemeIsle CEO Ionut Neagu said. “I think <a href=\"http://torstenlandsiedel.de/2017/02/21/questions/\" target=\"_blank\">Torsten phrased it better</a>: ‘Why do the guidelines of the Theme Review Team forbid the usage of Shortcodes/CPTs/etc. due to problems when switching themes, if, in the meantime, the Plugin Review Team explicitly allows those plugins which only work for one theme, which brings the entire idea (function remains intact after switching themes) to absurdity?\'”</p>\n<p>At the time of suspension, Neagu estimated that Zerif Lite’s unavailability on WordPress.org would diminish the company’s revenue by 50%.</p>\n<p>“What was interesting is that revenue continued to decrease for all those months and we are now at around $45k/month instead of $120k,” Neagu said. “That revenue won’t be back as the theme is live. A big part of success/sales before was that we had a great demo, a very easy-to-set-up theme, and ‘better’ upsells.”</p>\n<p>Neagu said the company has seen no significant increase in revenue during the first few days the theme has been back in the directory. His team has considered releasing the theme under a completely different name but is committed to supporting the current version for at least the next two years. Meanwhile, they have built newer themes like <a href=\"https://themeisle.com/themes/hestia/\" target=\"_blank\">Hestia</a> to be capable of importing Zerif content seamlessly into its design to avoid the lock-in effect.</p>\n<p>Neagu said the experience of losing so much revenue has not changed the company’s strategy for distribution. They will continue to add new themes to WordPress.org but Neagu said they would be lucky to add two per year, given the limitation of one theme per account and a 6-7 month waiting period in the queue.</p>\n<p>Zerif Lite’s suspension was a controversial decision. Many who commented on our first <a href=\"https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates\" target=\"_blank\">post</a> about the issue were pleased to see the Theme Review Team finally throw the book at ThemeIsle after the company had been allowed to skirt the requirements for more than a year without resolving the issues. Others saw the situation as an opportunity to re-examine the directory’s requirements.</p>\n<p>“Perhaps the rules surrounding theme submission to the repo should be relaxed for everyone – limited only to security concerns perhaps, let the market sort out the rest,” <a href=\"https://twitter.com/bradley_kirby\" target=\"_blank\">Bradley Kirby</a>, author of the Wallace theme, said. “Is it possible that absolute data portability isn’t an expectation or desire from most end users? That they expect to do some manual porting of data when they change themes? That they prize other features like site design and built-in functionality over something like data portability?”</p>\n<p>Zerif Lite has been at the center of the Theme Review Team’s discussions regarding data portability for the past two years after the team began <a href=\"https://wptavern.com/wordpress-theme-review-team-is-cracking-down-on-violations-of-the-presentation-vs-functionality-guideline\" target=\"_blank\">cracking down on violations of the Presentation vs. Functionality guideline</a>. The spotlight shined on Zerif Lite during that discussion eventually culminated in its suspension, as Neagu was forced to comply or have his theme removed.</p>\n<p>“I think our goal should just be to provide the best experience for the users, not just to comply without thinking about what users want,” Neagu said. “At least this is my goal – to build the best products that will help people to build their sites.”</p>\n<h3>The Risks of Using WordPress.org as a Primary Distribution Channel</h3>\n<p>WordPress.org is arguably the most effective way for a theme company to reach mass quantities of users with a freemium theme. The directory lends a great deal of credibility to its listings because of the stringent guidelines and rigorous review process. Failure to comply with these guidelines ultimately ended up sinking ThemeIsle’s flagship theme and Neagu is not optimistic that the previous revenue will return.</p>\n<p>“During this whole time, a thing that caught me off guard was some of people’s comments wondering if it was even safe to use a theme that was removed from the repo in the first place,” Neagu said. “I mean, in the user’s mind, and understandably so, there must have been something wrong with the theme since it got removed, right?” He said this experience caused him to see things differently.</p>\n<p>“Being listed in the official repository doesn’t only get you downloads and/or sales, but also trust and credibility in the eyes of your potential users,” Neagu said. “Unfortunately, most of the users who install themes directly via their WP dashboards are not very experienced, and they have no reason to research the web a bit more to find out what happened to the theme they heard about. In other words, if someone types ‘zerif’ into the search field in their dashboard and they find nothing, they just move on.”</p>\n<p>Neagu said that in spite of differences Themeisle has had with the Theme Review Team, the company will continue to contribute and be part of the community. The theme’s suspension, re-working, and re-installment is an interesting case of what can happen when a company’s sales strategy is at odds with WordPress.org’s requirements.</p>\n<p>“Our products are focused towards beginners, being super easy to setup with built-in demo content, so they are not niched products that we can distribute in different communities,” Neagu said.</p>\n<p>“It is obvious that relying on a third-party marketplace is the worst scenario, but WordPress.org is the default solution: if you want to reach a large mass of people, you need to be there.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 21:47:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 2.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=264058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://buddypress.org/2017/02/buddypress-2-8-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:536:\"<p>BuddyPress 2.8.1 is now available. This maintenance release fixes four bugs, including two regressions in BuddyPress 2.8.0. See the <a href=\"https://buddypress.trac.wordpress.org/milestone/2.8.1\">Trac milestone</a> or the <a href=\"https://codex.buddypress.org/releases/version-2.8.1/\">official changelog</a> for more details.</p>\n<p>Version 2.8.1 is a recommended update for all BP installations. Update via the WordPress Dashboard, or download manually from <a href=\"https://wordpress.org/plugins/buddypress/\">wordpress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 19:41:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: WordPress Core Editor Team Publishes UI Prototype for “Gutenberg,” an Experimental Block Based Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3690:\"<p>In the past few weeks, the WordPress Core Editor team, <a href=\"https://wptavern.com/matt-mullenweg-announces-tech-and-design-leads-for-new-focus-based-development-cycle\">led by</a> Automattic employees Matías Ventura and Joen Asmussen, have been hard at work creating a new <a href=\"https://make.wordpress.org/core/2017/01/17/editor-technical-overview/\">content creation experience</a>. The team recently <a href=\"https://wordpress.github.io/gutenberg/\">published a UI prototype </a>for Gutenberg, an experimental block based editor. The editor displays content-specific toolbars when an element is selected and provides a way to move blocks up and down.</p>\n<img />Block Based Editor UI Prototype\n<p>While the goal is to reinvent WordPress’ current editor, there’s no guarantee that the prototype will end up as the final product and is in a high state of flux.</p>\n<p>“The UI prototype exists mostly to serve as a non-static mockup,” Asmussen said. “It’s like a sandbox we’re building to test some of our mockups and assumptions, to see if they hold water or not. To that extent, it’s already been successful in informing us of things that worked well, and not so well.” The code that powers the editor is made up of about 90% JavaScript.</p>\n<p>One of the concerns in revamping the editor is accessibility. Joe Dolson <a href=\"https://make.wordpress.org/accessibility/2017/02/17/revising-the-wordpress-editor-gutenberg-and-accessibility/\">highlighted this concern</a> in a post on the Make WordPress Accessible site. Dolson notes that the accessibility team will work in tandem with the editor team to make the new editor as accessible as possible.</p>\n<p>“From an accessibility perspective, this is both an incredible opportunity to build a powerful and flexible experience for all users and an enormous risk that we could end up reducing the effectiveness of the editor for users with disabilities, or require them to use a 2nd-class editor without these enhanced editing capabilities,” Dolson said.</p>\n<p>“We in the WordPress accessibility community embrace the challenge of creating a great new experience, and want to assure the community that we are going to do everything we can to make sure that any new editor experience is as accessible as we can possibly make it.”</p>\n<p>Although the prototype’s functionality is limited, the team is interested to hear about your experience and expectations with using the editor. Some questions to consider during testing include:</p>\n<ul>\n<li>Talk through each step, what does this do?</li>\n<li>What does this feel like?</li>\n<li>As you use it, what is missing you feel should be there?</li>\n</ul>\n<p>Many users have already <a href=\"https://make.wordpress.org/design/2017/02/09/initial-editor-blocks-prototype-editor-testing/\">shared their experiences</a>, providing valuable insight that is fueling rapid improvements to the <a href=\"https://github.com/WordPress/gutenberg/\">project</a> on<a href=\"https://github.com/WordPress/gutenberg/\"> GitHub</a>.</p>\n<p>The best way to get involved and contribute to this project is to subscribe to the <a href=\"https://make.wordpress.org/design/\">Make WordPress Design</a> blog and provide feedback by commenting on posts. You can also submit pull requests or issues on <a href=\"https://github.com/WordPress/gutenberg/\">GitHub</a>. Weekly meetings dedicated to the Editor component are held on Wednesday at 19:00 CET on <a href=\"https://make.wordpress.org/chat/\">Slack</a> in the <a href=\"https://make.wordpress.org/design/tag/core-editor/\">#core-editor</a> channel.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 18:31:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"HeroPress: A Sense Of True Freedom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://heropress.com/essays/sense-true-freedom/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9211:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/02/022217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: At any given time, I am who I want to be, & I\'m right where I want to be.\" /><p>It’s 7:30 in the morning in Rio de Janeiro, Brazil. The hostel’s cat just came to say “Good morning” and I just finished my night shift on the WPMU DEV forum. It’s my third day in Rio after spending the last 40 days in Bogota, Colombia. Traveling is in my blood or at least, it is now.</p>\n<p>I’m a full-time digital nomad and I have been for over a year now.</p>\n<blockquote><p>I’m single, I’m female and because of WordPress, I can travel around the world and work at the same time.</p></blockquote>\n<p>I started using WordPress in 2009, but I like to think that everything started in 2011 when I attended my first WordCamp in Poland. I remember I was extremely shy, scared and bit lost on the first day of WordCamp.</p>\n<p>It was a different world to me or at least in contrast to what I had at home – a small city in South East Poland. It was different because for the first time in a long time since college, I felt like I fit in with everyone there. They were a right fit for me and so was that place.</p>\n<p>Since that first WordCamp, I also attended many more in Poland as well as in other countries. Later, I went on to be the lead organizer of WordPress meetups in Wrocław and two WordCamps in Poland. I was also a speaker for many Polish events and for one WordCamp Paris.</p>\n<p>If not for the WordPress community and the friends I met on that very first WordCamp, I wouldn’t have been able to achieve any of those accomplishments.</p>\n<blockquote><p>But how could I have become a full-time digital nomad, you ask?</p></blockquote>\n<p>In 2015, I was stuck. I had a great, steady job in Wrocław. I was working with WordPress and everything was perfect, at least, that’s what I thought at the time.</p>\n<p>I achieved almost everything that society around me was expecting: a partner, apartment, a great job and the next step would have been getting married and having kids. Suddenly, I was sinking.</p>\n<p>For a year, the only moments where I was truly happy was when I was attending WordCamps and WordPress meetups – when I was with my “tribe”, my friends.</p>\n<p>Then, in May of 2015, something incredible happened: one of my friends sent me a link to a list of 70 companies which offered positions working remotely. Three of them were related to WordPress: Automattic, OnTheGoSystems and Incsub.</p>\n<p>That same day, I feverishly filled out an application for a position as a Support Star at Incsub, the parent company to WPMU DEV.</p>\n<p>After a wait full of agonizing anticipation, I finally got the job and six months later, I bought a one-way ticket to Japan, then one to Australia.</p>\n<blockquote><p>This was just the start of my life as a digital nomad.</p></blockquote>\n<p>Working at WPMU DEV remotely with partial dedicated hours and the rest being flexible allowed me to move and work while traveling.</p>\n<p>The people I work with comprise the best team ever. My boss, Tim, is incredibly supportive and is willing to help when something bad happens. I didn’t need to be worried about my job when my plans suddenly made a turn for the worse, which did happen. When I had to fly back to Poland in the middle of the week due to family emergencies, it wasn’t a problem.</p>\n<p>I always felt safe in the WordPress community and now I’m grateful to also feel safe with the people I work with even though we’re spread out across the globe and across many cultures.</p>\n<p>Even though I’m confident in my choice of being a digital nomad now, that wasn’t always the case. This was especially true since I apparently managed to make quite the big scandal in my hometown because “good girls” don’t run away.</p>\n<p>To my dismay, I was constantly told, “Study hard and you will get a nice, steady job in an office with insurance and a guaranteed retirement.”</p>\n<p>How could I not want that? After all, that’s supposed to be the dream of every woman, right? That’s what I was constantly told, anyway.</p>\n<p>Luckily, my best friend (who I had met at a WordCamp!) was there for me and said, “Don’t let them get to you. You are far away and they can’t hurt you.”</p>\n<p>Since then, I stood with my decision to finally be free and happy.</p>\n<p>Growing up in small city and being interested in computers and IT was not easy to say the least. Those aren’t traditionally considered subjects that interest girls. It also became all the more difficult when I realized this was something I wanted to do and nothing else.</p>\n<p>There weren’t many people around me in my hometown who understood what I wanted to do and even fewer people who would support me. Unfortunately, this is still true. It became tougher when I was diagnosed with heavy bipolar disorder.</p>\n<blockquote><p>At that time, everything sucked. I was lost and hopeless.</p></blockquote>\n<p>Compounding my stress, it was around then that I realized I also suffered from the impostor syndrome – the belief that you don’t know enough about the industry you’re in to be capable of doing your job and that you never will despite anything you do.</p>\n<p>There was an ugly feeling that crept in: I wanted to be somewhere else and I want to be different.</p>\n<p>Fortunately, every time I attended a WordCamp or WordPress meetup, these thoughts would melt away because I felt completely supported.</p>\n<p>It didn’t matter that I’m a girl or that I’m delightfully weird. What did matter was that I was knowledgeable about WordPress, my skills were growing quickly and that I could contribute to the community using my organizational skills.</p>\n<p>During these meetings, I don’t ever remember someone assuming that I’m a graphic designer because I’m a girl and “girls know color.” There’s nothing wrong with being a graphic designer, but assuming someone is based solely on their gender – there’s definitely something wrong with that.</p>\n<p>In reality, I’m a theme developer and in the WordPress community, that wasn’t unusual.</p>\n<p>It helped me gain confidence in myself and my skills. With that confidence, I found courage to start a life where I’m no longer wanting to be somewhere else or be someone else.</p>\n<blockquote><p>At any given time, I am who I want to be and I’m right where I want to be.</p></blockquote>\n<p>Solo traveling isn’t always peaches and cream or sunshine, lollipops and rainbows everywhere, especially when I’m sick and inevitably alone. All things considered, I wouldn’t swap it out for what many would consider to be a “normal” life – whatever that is – and instead, I think it’s important for people to do what makes them happy and not just what others expect of them.</p>\n<p>As a digital nomad, I was able to go to WordCamps in Tokyo, Belgrade, the US, Singapore and Vienna. I have met many new people and I have collected incredible memories along the way.</p>\n<p>This year and in many more to come, while others may doubt my choices, I’ll be happy, traveling to more WordCamps and enjoying a sense of true freedom just because I can.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Sense Of True Freedom\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Sense%20Of%20True%20Freedom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fsense-true-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Sense Of True Freedom\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fsense-true-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fsense-true-freedom%2F&title=A+Sense+Of+True+Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Sense Of True Freedom\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/sense-true-freedom/&media=https://heropress.com/wp-content/uploads/2017/02/022217-150x150.jpg&description=A Sense Of True Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Sense Of True Freedom\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/sense-true-freedom/\" title=\"A Sense Of True Freedom\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/sense-true-freedom/\">A Sense Of True Freedom</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 12:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Kasia Świderska\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Solving the Mystery of How People Actually Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65557\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/solving-the-mystery-of-how-people-actually-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9727:\"<p>I’m in favor of <a href=\"https://wptavern.com/wordpress-telemetry-proposal-addresses-long-standing-privacy-concerns-as-gdpr-compliance-deadline-looms#comment-208658\">WordPress collecting more anonymized usage data</a> that could help make informed decisions on changes or improvements to core, such as tracking changes to the WordPress user interface, which buttons or settings are used most often, etc.</p>\n<p>A good example of when this data could have come in handy is the recent <a href=\"https://wptavern.com/wordpress-4-7-removes-the-underline-and-justify-buttons-from-the-editor\">removal of the justify and underline buttons</a> from the editor in WordPress 4.7. During <a href=\"https://core.trac.wordpress.org/ticket/27159#comment:82\">the discussion</a> on whether they should be removed or not, a number of people questioned if there was any user data available that would indicate how much they’re used and help gauge the impact of removing them.</p>\n<p>The only data available to help make an informed decision was provided by Mel Choyce. Choyce <a href=\"https://core.trac.wordpress.org/ticket/27159#comment:29\">shared statistics</a> from WordPress.com and its variety of editor interfaces that indicated Bold, Italic, and Links are used the most while Lists and Blockquotes are the second most used buttons.</p>\n<p>The Center and Left alignment buttons are used often, but the data doesn’t determine if people are using them to align text or images. Information on which headings are used most was not available. The team did not have any usage data specific to the WordPress core editor.</p>\n<p>In the ticket, Andrew Ozz, who maintains the TinyMCE component, <a href=\"https://core.trac.wordpress.org/ticket/27159#comment:103\" rel=\"nofollow\">chimed in</a> and agreed that good user data is needed.</p>\n<p>In an effort to obtain usage data before removing the buttons, Ozz <a href=\"https://core.trac.wordpress.org/ticket/27159#comment:104\">created a small plugin</a> to perform testing with five existing and first-time users. Interestingly, he discovered that both types of users clicked on the kitchen sink button to display the second row of buttons and didn’t click the button to hide them again.</p>\n<p>Ozz also shared other results from his limited testing.</p>\n<blockquote><p>I know these test results are extremely limited and cannot be used when making a decision, but they are an indication of what ‘real’ testing may reveal. In this case it shows that moving buttons to the bottom row will have no effect on the usage of these buttons as they will still be visible at all times.</p>\n<p>This super limited testing also indicated another (much bigger) problem: somebody mentioned this some time ago (think it was @mor10), around 20% of the WordPress users don’t even know there is a second editor toolbar, and some feel ‘pretty stupid’ after discovering it. I think this is bad UX and something that can be fixed easily by having the second toolbar open by default, and fixing it is more important and will improve the UX for these 20% of users a lot.</p></blockquote>\n<p>Imagine how useful it would be for core developers or others if there was usage data like this on a grander scale that could fuel rapid improvements and help discover and eliminate pain points.</p>\n<p>Matt Mullenweg, co-creator of the WordPress project, has <a href=\"https://core.trac.wordpress.org/ticket/38418\">closed the ticket</a> with the Telemetry Proposal as it’s not within the <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\">three project focus areas</a> for 2017.</p>\n<p>“There is no part of current or potential WP development that is being held back by the lack of this existing, as there are easy and current ways to answer questions with data to the extent it would inform our decisions,” Mullenweg said.</p>\n<p>Morten Rand-Hendriksen <a href=\"https://core.trac.wordpress.org/ticket/38418#comment:11\">responded to the closure</a> saying that the quantitative user testing falls squarely within the Customizer focus area.</p>\n<p>“I would argue since the release of the Customizer some years back, it has gone through a multi-year large-scale quantitative user test with incremental tweaks and improvements,” Rand-Hendriksen said.</p>\n<p>“This is in line with standard agile development. At this juncture, the Customizer can be considered mature, and moving a mature solution forward requires hard data on usage, use cases, and user needs. This goes beyond standard user testing to large-scale data collection, which is what this ticket aims at addressing.”</p>\n<h2>Perspective From a WordPress Release Lead</h2>\n<p>There are WordPress core developers who have shown interest in a similar system. At the start of the WordPress 4.7 development cycle, Drew Jaynes, who led the WordPress 4.2 release cycle, <a href=\"https://make.wordpress.org/core/2016/08/17/wordpress-4-7-whats-on-your-mind/#comment-30573\">expressed interest</a> in creating an opt-in data collection system.</p>\n<p>The idea received positive feedback that included people offering to help. I asked Jaynes what his thoughts are on such a system and how it could benefit core development.</p>\n<p>“There’s some discussion about what form that collection should take initially, but I think there’s consensus that it should be opt-in, and take one of two forms (or a hybrid of the two): active (surveys in the admin) or passive (anonymized usage) data collection,” Jaynes said.</p>\n<p>“Either way, I think having this data available would benefit the entire community, regardless of the obvious practicable application within core development.</p>\n<p>“All of that data can and should be used to inform decision-making in WordPress going forward. The core team really needs to hit the reset button on the concept of the 80/20 rule, including what and whom it represents.</p>\n<p>“We should be building modern WordPress for the modern WordPress user, and resting on Matt’s instincts coupled with the core team’s experience is no longer enough to maintain positive forward momentum.”</p>\n<p>Jaynes cites the editor as an example of where having the data would be helpful and that without it, pursuing an idealized ‘modern editor’ in WordPress is premature. The data could also help provide insight into improving the new user experience.</p>\n<p>“A common complaint is that the WordPress admin can be really overwhelming to new users,” Jaynes said. “Having real data about how frequently the various core screens are used could really inform decisions about maybe paring it down, or hiding some things over time that are used less and less.”</p>\n<p>While collecting data could help with making informed decisions, he doesn’t think it should stop the core team from experimentation.</p>\n<p>“I think having real, citable data could really reduce the amount of backlash we’ve seen with a few releases in the last couple of years,” Jaynes said. “Areas where core team decisions left some group of users feeling jilted.”</p>\n<p>“It’s worth mentioning that there’s absolutely value in allowing the core team to experiment, as long as we’re careful not to latch onto something that got merged as the only way we’ll ever need to solve that problem; that’s where we get into trouble.”</p>\n<h2>Who Are The 80/20 Users of WordPress?</h2>\n<p>The most striking statement in Rand-Hendriksen’s proposal is that WordPress development is occurring without having any idea who the 80% or 20% of users are.</p>\n<p>“During the development of WordPress 4.7, I was involved in several conversations centered around <em>assumed use</em> of features,” Rand-Hendriksen said.</p>\n<p>“The general argument was that based on the 80/20 rule, certain features should be added while others should be removed. I kept bringing up the well-known fact we don’t have a clue what features 80%, or even 20%, of WordPress users actually use so any claim of validity in the 80/20 rule is guesswork at best.”</p>\n<p>Collecting usage data is standard practice. Microsoft Windows, Mozilla Firefox, Chrome, iOS, and a number of other software projects have opt-in data collection systems that are used to improve the product. They also provide insight into how customers are using their products.</p>\n<p>WordPress development on the other hand relies on the support forums, data collected from WordPress.com, limited user testing, verbal feedback at WordCamps, and other small data points. Collecting usage data from WordPress could show trends and provide evidence for changes related to the <a href=\"https://wordpress.org/about/philosophy/\">decisions not options philosophy</a> of WordPress development.</p>\n<p>Collecting usage data isn’t going to solve all of WordPress’ woes but having it available to make more informed decisions is better than not having any data at all. Although an opt-in data collection system in WordPress won’t be a core focus any time soon, it’s encouraging to see the idea has merit and is something some core developers are interested in seeing become a reality.</p>\n<p>I’d gladly opt-in and share my usage data with WordPress.org as long as it was anonymized and displayed publicly in aggregate. Would you?</p>\nNote: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Feb 2017 02:07:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: BuddyPress 2.8 Boosts Minimum PHP Requirement, Adds Twenty Seventeen Companion Stylesheet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/buddypress-2-8-boosts-minimum-php-requirement-adds-twenty-seventeen-companion-stylesheet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2774:\"<p><a href=\"https://buddypress.org/2017/02/buddypress-2-8-0-san-matteo/\" target=\"_blank\">BuddyPress 2.8</a> “San Matteo,” was released last week, led by long-time BuddyPress contributor Slava Abakumov. The release was named for <a href=\"http://www.sanmatteopanuozzo.com/\" target=\"_blank\">San Matteo Panuozzo</a>, an NYC pizza restaurant that specializes in panuozzo, a more portable pizza-sandwich hybrid. Following suit with the previous release, 2.8 focuses on improvements for developers and site builders, the project’s new target audience as of 2016.</p>\n<p>As part of an effort to modernize the plugin’s codebase and prepare it for better integration with the BP REST API project, this release <a href=\"https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/\" target=\"_blank\">boosts the minimum PHP requirement to 5.3</a>. In BuddyPress versions 2.7+, the plugin will display a notice in the dashboard if it detects that the server doesn’t meet the minimum requirements for running 2.8. The change is not likely to affect many BuddyPress sites as only a small sliver (5.7%) of WordPress sites are running on PHP 5.2.</p>\n<p>This release also adds a companion stylesheet for <a href=\"https://wordpress.org/themes/twentyseventeen/\" target=\"_blank\">Twenty Seventeen</a>. This stylesheet is important for providing a good first impression of BuddyPress for those who are trying try out the plugin with WordPress’ latest default theme. A <a href=\"https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-seventeen-theme/\" target=\"_blank\">new BP codex page</a> gives sample code for changing Twenty Seventeen’s default two-column layout to be a full-width layout.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/buddypress-twenty-seventeen.png?ssl=1\"><img /></a></p>\n<p>The 2.8 release brings improvements to the “Activate Pending Accounts” screen, making it easier for site managers to confirm or reject new registrants. Clicking on the username of a pending account will now display profile data that the user entered at signup.</p>\n<p>Other improvements for developers include the following:</p>\n<ul>\n<li>New filters and actions for the Messages component</li>\n<li>Support for List-Unsubscribe header in emails</li>\n<li>More flexible Group search</li>\n<li>New filter enables choice of which PHPMailer should be used when sending BuddyPress emails</li>\n</ul>\n<p>BuddyPress 2.8 was made possible by 44 volunteer contributors. For a full list of all the changes in this release, check out the official <a href=\"https://codex.buddypress.org/releases/version-2-8-0/\" target=\"_blank\">2.8.0 changelog</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Feb 2017 00:33:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Composing a WordPress Development Environment with Docker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66335\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/composing-a-wordpress-development-environment-with-docker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6432:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?ssl=1\"><img /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"https://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>In the last few years, a wave of virtualization technologies have swept through our WordPress development environments. The one that’s sounded the most promising to me has been Docker: lightweight and flexible. Yet, until recently, getting Docker up and running was an overwhelming task – especially on a non-Linux machine. If you managed to get it up and running in a virtual machine (using Vagrant or similar), getting port-forwarding to work would make you give up and just use Vagrant instead.</p>\n<p>Now it’s different.</p>\n<p>With (a stable) Docker for Mac and Windows and <a href=\"https://docs.docker.com/compose/\" target=\"_blank\">Docker Compose</a> at hand, getting Docker up and running is easy and pain-free. With Docker Compose you can tell Docker exactly what you want your WordPress development environment to look like and it will take care of it.</p>\n<h3>What is Docker?</h3>\n<p>Docker is a technology that makes it really simple to create isolated containers for your applications and websites to run in. These containers can be combined and modified to fit the needs of your applications. Docker is utilizing the Linux Containers technology (LXC) where multiple isolated environments can share the same Linux kernel – making it very lightweight compared to something like Vagrant.</p>\n<p>The Docker ecosystem is built around containers. In the Docker Hub, you can find an endless number of containers that other people have built or you can build your own using a Dockerfile. When building your own, you can start from scratch using the base Ubuntu image or extend someone else’s image.</p>\n<p>You can share local directories with your containers and link the networks, so they can talk to each other – just like you know it from other virtualization technologies. However, this is where it gets complicated which leads me to Docker Compose:</p>\n<h3>What is Docker Compose?</h3>\n<p>Docker Compose is what makes Docker available to mortals like you and me. As the name implies, Docker Compose is a tool for composing Docker containers. That means defining your services (containers), setting up the network between them, sharing local directories with them, and a few more things.</p>\n<p>With Docker Compose you create a simple file in the root of your project that describes the setup required by your application/website. For a WordPress theme that might mean a container to run WordPress, a container to run MySQL and a container to run Gulp or Grunt. This can very easily be defined in a docker-compose.yml file that can then be shared with your team members. This means that you can now share your WordPress theme, including an isolated WordPress environment to run it in. Hurray for virtualization!</p>\n<h3>Why use Docker?</h3>\n<p>There are a few reasons why Docker is an attractive technology for me. Here are the most important requirements I have for my development environment and how Docker solves them:</p>\n<ul>\n<li><strong>Clean Mac:</strong> In an ideal world, I prefer not to install anything related to my development environment directly on my Mac. I work on so many different projects that this gets unmanageable. When one thing works, another doesn’t. I also travel a lot and should something happen to my computer, I want to be able to set up a new machine in minutes.</li>\n<li><strong>Shareable:</strong> I often work in teams, so sharing my development environment with teammates is crucial. This is possible with Vagrant, but it’s still very tricky to keep environments in sync across teams.</li>\n<li><strong>Lightweight:</strong> This is important, especially when on the road. Try running a few Vagrant boxes compared to a few Docker containers and see what I mean.</li>\n<li><strong>Extendable:</strong> Extending Docker is very easy. For example, I could extend the official WordPress container and build it with WP Pusher pre-installed, since I (obviously) always use it.</li>\n<li><strong>Mirror production:</strong> My development environment needs to be as close to production as possible. With Docker this is easy, since Docker can be used in production as well.</li>\n</ul>\n<h3>My Docker development environment</h3>\n<p>This is the very simple Docker setup I use for development of my WP Pusher plugin: A WordPress and a MySQL container. Both of them use the official Docker Hub images, so setting it up is very easy.</p>\n<p>My <code>docker-compose.yml</code> file looks like this:</p>\n<p></p>\n<p>It describes two services: a MySQL 5.7 database and WordPress running on PHP 5.6 and Apache. The database is using a volume on my local machine, so data will be persisted every time I shut off the container. My current directory (in this case a plugin) is mounted into the <code>wp-content/plugins</code> directory. This allows me to work on my plugin in a completely isolated WordPress environment – without installing anything, besides Docker, on my Mac. The WordPress container forwards port 80 to my local machine, so I can access it as “localhost” in my browser.</p>\n<p>If you want to try it for yourself, and have Docker installed on your machine, just add the file to your plugin (or theme) and run:</p>\n<p><code>$ docker-compose up -d</code></p>\n<p>In order to see which containers are running, just run:</p>\n<p><code>$ docker ps</code></p>\n<p>This a very simple setup that is easy to extend and build upon.</p>\n<p>I hope this post made you curious about Docker and WordPress. Thanks for reading along!</p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://docs.docker.com/compose/\" target=\"_blank\">Docker Compose</a></li>\n<li><a href=\"https://hub.docker.com/\" target=\"_blank\">Docker Hub</a></li>\n<li><a href=\"https://blog.wppusher.com/the-easiest-way-to-use-docker-for-wordpress-development/\" target=\"_blank\">My Docker setup for WP Pusher</a></li>\n</ul>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Feb 2017 18:23:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Disqus Hits Sites with Unwanted Advertising, Plans to Charge Large Publishers a Monthly Fee to Remove Ads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/disqus-hits-sites-with-unwanted-advertising-plans-to-charge-large-publishers-a-monthly-fee-to-remove-ads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7974:\"<p>When Disqus <a href=\"https://blog.disqus.com/our-plans-for-2017\" target=\"_blank\">announced</a> it would be releasing new, subscription-based versions later this year, users didn’t expect to have the new advertising model injected into their sites without notice. Disqus CEO Daniel Ha said the company would release finalized pricing and provide more details well in advance of its planned March release, but users are reporting that the advertising has already been forced into their comments without warning.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why did <a href=\"https://twitter.com/disqus\">@disqus</a> just add a bunch of ads to my site without my permission? <a href=\"https://t.co/CzXTTuGs67\">https://t.co/CzXTTuGs67</a> <a href=\"https://t.co/y2QbFFzM8U\">pic.twitter.com/y2QbFFzM8U</a></p>\n<p>— Harry Campbell (@TheRideShareGuy) <a href=\"https://twitter.com/TheRideShareGuy/status/826921387273052160\">February 1, 2017</a></p></blockquote>\n<p></p>\n<p>“We are one of the lucky 5% who now has to pay if we don’t want really irrelevant and horribly spammy links just plopped on our site with zero warning,” BabyCenter Social Media Manager Dina Vernon Freeman said. “Unless our users (mainly millennial parents) should care about overpaying for dentures! We’re looking for other platforms ASAP.”</p>\n<p>Brian O’Neill, who manages Slugger O’Toole, a site with more than 70,000 readers, was also hit with unwanted advertising on his site.</p>\n<p>“Disqus has started to put ads into our comments section of our site without even telling us,” O’Neill said in a <a href=\"https://sluggerotoole.com/2017/02/02/bear-with-us-as-we-try-to-remove-those-terrible-disqus-ads-from-the-comments-area/\" target=\"_blank\">post</a> explaining the new ads to the site’s readers. “As you can imagine I am extremely annoyed at this – I hate crappy online ads as much as you do. Supposedly we can remove the ads if we pay them $10 a month, but as yet there is no mechanism on their site to do this.” O’Neill said he is also exploring alternative commenting systems if he is unable to remove the advertising.</p>\n<p>Disqus responded to user complaints with a post to clarify that <a href=\"https://blog.disqus.com/advertising-will-remain-optional-for-over-95-of-sites-on-disqus\" target=\"_blank\">advertising will remain optional for more than 95% of the sites on Disqus</a>.</p>\n<p>“Larger, commercial, sites that elect to use the free version of Disqus will be supported by configurable advertising and have the option to earn revenue through the Reveal program,” Disqus Marketing Manager Mario Paganini said. “For small, non-commercial sites, advertising will be optional. These sites will be able to use Disqus’ ads-optional subscription, free of charge.”</p>\n<p>Publishers asked in the comments when the option to pay to remove ads will become available, as an option to pay isn’t currently in place.</p>\n<p>“Larger sites will be able to run a paid subscription version of Disqus that includes the ability to remove ads along with additional features,” Paganini said. “We are aiming to have this available in the next couple of months. We will be making periodic updates on our blog and talking to publishers in the meantime.”</p>\n<p>Disqus is moving to focus on its larger publishers but has already attracted angry criticism from publishers that were not properly informed of the changes. Over the years the company has experimented with different ways of monetizing the commenting platform, often frustrating users in the process of making important changes.</p>\n<p>In 2014, Disqus began experimenting with advertising in the form of “Sponsored Comments” that users could not turn off without contacting support. This move drew <a href=\"https://ma.tt/2014/11/disqus-spam-ads/\" target=\"_blank\">criticism from WordPress co-founder Matt Mullenweg</a> who essentially called out the ads as little more than comment spam. After a negative reaction from its community, Disqus quietly discontinued the Sponsored Comments and scrubbed the <a href=\"https://blog.disqus.com/heads-up-were-testing-a-new-form-of-advertising\" target=\"_blank\">announcement post</a> from the internet.</p>\n<h3>Disqus Delivers Low-Quality Ads</h3>\n<p>Disqus has struggled to land on an effective advertising model that will convince users to get on board. Its <a href=\"https://help.disqus.com/customer/portal/articles/2069645-reveal-f-a-q-\" target=\"_blank\">Reveal advertising program</a> is notorious for serving low-quality ads and has inspired little confidence in users who have tried it. The following is one of the tamer examples:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/disqus-ads.png?ssl=1\"><img /></a></p>\n<p>“I think if you had somewhat decent advertising you might convince people that it’s worth it, but I had to yank it from one of my sites because it was all ‘Ron Paul wants you to buy gold!’ and ’22 times the photos showed too much!\'” Paul King, an author who writes for multiple publications, commented on Disqus’ most recent advertising announcement. “Just put in a tier of non-spam advertising that’s actually relevant or charge based on comments or something.”</p>\n<p>Twitter is filled with complaints from users who are dissatisfied with the questionable quality of Disqus’ advertising. Many are searching for alternatives.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/disqus\">@disqus</a> We\'ve disabled ads straight away (they are literally ALL scams) – if you force those ads on us, we\'re dropping you like a hot potato</p>\n<p>— That\'s Nonsense (@thatsnonsense) <a href=\"https://twitter.com/thatsnonsense/status/828739990486208512\">February 6, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why <a href=\"https://twitter.com/disqus\">@disqus</a> think it\'s acceptable to serve disgusting, misogynistic ads (OR ANY ADS) on people\'s blogs without asking is beyond me.</p>\n<p>— Rosie (@RosieLondoner) <a href=\"https://twitter.com/RosieLondoner/status/828642646478426112\">February 6, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I\'m removing <a href=\"https://twitter.com/hashtag/disqus?src=hash\">#disqus</a> from <a href=\"https://t.co/PSlovlA6Tm\">https://t.co/PSlovlA6Tm</a> since they\'ve suddenly turned on (notably creepy) ads with no warning.</p>\n<p>— James Britt <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /> (@jamesbritt) <a href=\"https://twitter.com/jamesbritt/status/826922670407172096\">February 1, 2017</a></p></blockquote>\n<p></p>\n<p>This recent move to turn on advertising without publishers’ permission is another communication blunder in the same vein as the previous attempt at Sponsored Comments. Disqus has failed to find a communication strategy that respects users’ content while leading the company towards its goals at the same time. With spam-quality ads deploying network-wide, the company can certainly expect that some users will be willing to pay the $10/month to turn them off. Sadly, the experience of paying to turn off offensive ads feels more like getting mugged on your way to work than upgrading your service.</p>\n<p>The <a href=\"https://wordpress.org/plugins/disqus-comment-system/\" target=\"_blank\">Disqus Comment System</a> plugin has been hovering around 200,000 active sites for the past two years and its ratings continue to plummet on WordPress.org. Unless Disqus is able to dramatically improve its advertising network before its official March release, we may see a mass exodus to other commenting systems.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Feb 2017 00:16:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: How to Check if Installed Plugins Are No Longer in the Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66106\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/how-to-check-if-installed-plugins-are-no-longer-in-the-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9904:\"<p>When we wrote about <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">why plugins sometimes disappear</a> from the WordPress plugin directory, it generated a healthy discussion in the comments. One of the topics of discussion brought up is whether or not <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory#comment-209733\">users should be notified</a> when a plugin disappears and if so, how?</p>\n<p>Currently, when a plugin is hidden on the directory, users are not notified. If it’s removed due to a security vulnerability and the author chooses not to fix it or move the plugin somewhere else such as <a href=\"https://github.com/\">GitHub</a>, users are left in the dark.</p>\n<p>Donna Cavalier shared a <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/\">recent example</a> of why users should be notified. Contact Form DB is a popular plugin that saves contact form submissions from many popular Contact Forms plugins to the database. As of <a href=\"https://web.archive.org/web/20161030050515/https://wordpress.org/plugins/contact-form-7-to-database-extension/\">October 30th, 2016</a>, it was actively installed on more than 400K sites.</p>\n<p>Approximately <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/\">one month ago</a>, the plugin was hidden due to a security vulnerability. Instead of releasing a patch, Michael Simpson, creator of Contact Form DB, moved the plugin <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases\">to GitHub</a> and subsequently released a <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">new version</a> that patched the vulnerability. Simpson says the person on the plugin review team that he spoke with was condescending, unprofessional, and rubbed him the wrong way.</p>\n<p>“I’m happy to address any issues and meet any standards, but I’m at the limit of my patience,” Simpson said.</p>\n<p>“I try to be a good citizen and give back to the community. I’ve put in countless hours for close to seven years now. When I’m treated like this, it seems WordPress doesn’t value me or my contribution to its community.</p>\n<p>“Anyway, I put the code on GitHub and I will continue to support it. But at this point I’m not sure I want to deal with people like this to re-list the plugin on this site. I don’t need the frustration.”</p>\n<p><strong>If you use Contact Form DB, please <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">update to 2.10.30</a> as soon as possible as it contains the aforementioned security fix.</strong></p>\n<p>It’s impossible for Contact Form DB users to automatically install updates from GitHub without installing an <a href=\"https://wptavern.com/github-updater-4-1-to-add-remote-installation-for-wordpress-plugins-and-themes\">updater plugin</a>. This leaves thousands of sites at risk.</p>\n<h2>How to Know When Installed Plugins Are No Longer in the Directory</h2>\n<p>In the comments of <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">our article</a>, Tavern reader Central Geek <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory#comment-209776\">shared links</a> to a couple of plugins aimed at providing useful information such as, whether a <a href=\"https://wordpress.org/plugins/vendi-abandoned-plugin-check/\">plugin has been abandoned</a> and <a href=\"https://wordpress.org/plugins/better-plugin-compatibility-control/\">better plugin compatibility information</a>.</p>\n<p>One of the plugins he mentions is called <a href=\"https://wordpress.org/plugins/no-longer-in-directory/\">No Longer in Directory, </a>developed by <a href=\"https://profiles.wordpress.org/whitefirdesign/\">White Fir Design</a>. The plugin adds a page to the WordPress backend that informs users if any of the plugins that are installed are available in the plugin directory. It also separately lists installed plugins that haven’t been updated in two years or more.</p>\n<p><img /></p>\n<p>The check is performed using the plugin directory’s folder name. The author notes that this could lead to plugins that have never been in the plugin directory to be flagged if they use the same name as a plugin that was in the directory in the past. If you encounter this situation, you’re encouraged to create a new thread on the <a href=\"https://wordpress.org/support/plugin/no-longer-in-directory\">plugin’s support forum</a>.</p>\n<p>So far, No Longer in Directory is actively installed on more than 1K sites. Out of a total of <a href=\"https://wordpress.org/support/plugin/no-longer-in-directory/reviews/\">six reviews</a>, its average rating is 4.8 out of 5 stars. I tested the plugin with WordPress 4.8 alpha and didn’t encounter any issues.</p>\n<p>If this is a feature you’d like to see implemented in WordPress, consider <a href=\"https://wordpress.org/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory\">voting for it</a>. So far, the idea has 43 votes with a five-star average rating. <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, Plugin Directory Representative, <a href=\"https://wordpress.org/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory#post-22481\">responded to the idea</a> four years ago noting that it was being worked on.</p>\n<p>As Epstein mentioned in our previous article, explaining WHY a plugin has been closed is complex.</p>\n<p>“Obviously the last thing we want are people getting hacked, but it presents us with a few options and they all have flaws,” she said.</p>\n<p>“We’ve not been able to determine a way to tell people ‘This plugin is gone, don’t use it’ and ‘This plugin is gone, but use it if you want.’ without putting users at risk.”</p>\n<h2>If a Plugin Is Permanently Removed From the Directory, Users Should Be Notified</h2>\n<p>I believe users should be informed if a plugin is permanently removed from the directory. It doesn’t make sense to notify users if it’s temporarily hidden due to violating a guideline or a security issue. Plus, between upgrade and admin notices, users are receiving enough notifications as it is.</p>\n<p>I’m unsure if the notification should be an admin notice as we’ve <a href=\"https://wptavern.com/please-stop-abusing-wordpress-admin-notices\">already documented</a> how plugin authors are using them to advertise. Users are increasingly getting annoyed by them and they’re usefulness is in decline.</p>\n<p>There’s also the question as to who is responsible for informing users. This responsibility should fall squarely on the plugin author. If I was a plugin author and not interested in someone <a href=\"https://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\">adopting my plugin</a> and wanted it removed from the directory, I’d do so by pushing out one last update.</p>\n<p>I’d explain in the plugin’s description and changelog that support and updates would no longer occur and that users should seek alternatives. I might even suggest a few that come to mind. Then, after about a month, I’d submit a request to the plugin review team to permanently remove it.</p>\n<p>This would give users a heads up and plenty of time to seek out an alternative. The Post Template plugin is a good example of this idea in action. Here is the notice it displayed on all of its settings pages before it disappeared.</p>\n<blockquote><p><strong>Since version 4.0.0, the plugin has been released under a commercial license. New features such as addition of custom fields to the templates have been added. Furthermore, this version is discontinued, which means that no further bug fixes, new features and compatibility fixes for new WordPress versions will be implemented. If you want to buy the latest version of Post Template, please visit the plugin web page.</strong></p></blockquote>\n<p>By notifying users ahead of time, the responsibility shifts to the user to find an alternative.</p>\n<p><a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/page/2/#post-8726059\">Simpon </a>said he’ll work to get the plugin re-listed but it may take some time as he’s swamped with work. At the time of publishing, <a href=\"https://wordpress.org/plugins/contact-form-7-to-database-extension/\">the plugin</a> is not available on WordPress.org.</p>\n<h2>An Unfortunate Situation for Users of Contact Form DB</h2>\n<p>While <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/page/2/\">users sympathized</a> with Simpson over his decision, I think it’s partly irresponsible. If a plugin has a security vulnerability, patching it and making it available as soon as possible should take precedence over how one feels about a situation.</p>\n<p>Instead of putting aside differences and pushing out an update to patch a security vulnerability, Simpson chose to move the plugin and the patched version to GitHub. The decision not to work with the plugin review team has put thousands of sites at risk with no easy way for users to update.</p>\n<p>Hopefully, Simpson will work with the team to get a patched version of Contact Form DB back onto the directory as soon as possible. Until then, if you use Contact Form DB, please <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">update to 2.10.30</a> manually as it patches the security vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Feb 2017 08:52:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: WPWeekly Episode 263 – Plugins Disappearing, WordCamp Miami, and OSTraining\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=66103&preview=true&preview_id=66103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/wpweekly-episode-263-plugins-disappearing-wordcamp-miami-and-ostraining\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3129:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news making headlines including, WordCamp Miami in its 9th year, OSTraining partnering with GoDaddy to release training videos, and why plugins sometimes disappear from the WordPress plugin directory. We also provide an update on the REST API vulnerability that is actively being exploited to deface webpages.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-exploits-continue\">WordPress REST API Vulnerability Exploits Continue</a><br />\n<a href=\"https://wptavern.com/google-changes-the-wording-of-its-wordpress-update-notifications\">Google Webmaster Tools Fixes Confusing Messages About Updating WordPress</a><br />\n<a href=\"https://wptavern.com/wordcamp-miami-2017-to-host-javascript-track-ama-spots-and-2-day-kids-camp\">WordCamp Miami 2017 to Host JavaScript Track, AMA Spots, and 2-Day Kids’ Camp</a><br />\n<a href=\"https://wptavern.com/ostraining-partners-with-godaddy-to-launch-free-wordpress-beginner-course-on-youtube\">OSTraining Partners with GoDaddy to Launch Free WordPress Beginner Course on YouTube</a><br />\n<a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">Why Plugins Sometimes Disappear From the WordPress Plugin Directory</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/mobile-featured-image/\">Mobile Featured Image</a> allows users to add a featured image specifically for mobile devices. The new image can be a resized version of your featured image or an entirely new image targeted especially at mobile viewers.</p>\n<p><a href=\"https://wordpress.org/plugins/fb-messenger-bot/\">FB Messenger Bot for WooCommerce</a> automatically messages clients from your Facebook page, WooCommerce, or Gravity Forms. The plugin creates a ‘send to Facebook’ button at the end of the WooCommerce Sales process or on the Gravity Forms thank you page.</p>\n<p><a href=\"https://wordpress.org/plugins/restrict-new-users-by-domain/\">Restrict New Users by Domain </a>makes it easy to whitelist or blacklist email domains that new users can use when registering. If using the whitelist, only new users who enter an email domain on the whitelist will be allowed to create an account. If using the blacklist, a user who enters an email domain on the blacklist will be unable to register.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 22nd 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #263:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Feb 2017 23:01:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Post Status: LoopConf in review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/?post_type=poststatus_notes&p=33889\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/loopconf/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46039:\"<p><a href=\"https://loopconf.com/\">LoopConf</a> is a developer centric conference, and LoopConf “2.1” took place in Salt Lake City in early February. This second iteration of the event was a great one, with informative, diverse talks, a laid back atmosphere, and it was very well organized — which is especially impressive considering the challenges that mother nature caused. As an added bonus, you can now <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">watch all the talks for free</a>.</p>\n<p>Originally planned for Miami last year, LoopConf was postponed due to a hurricane in southern Florida — hence the “.1” above — and rescheduled closer to organizer Ryan Sullivan’s home in Salt Lake City. Despite the postponement, most attendees were still able to make it, and some folks (like me) could only go to the newly scheduled event.</p>\n<p>Salt Lake City was unseasonably warm, making it a pleasant few days, mixed with great food and company. It was also a pleasure to be able to meet more people from local companies, including the newly minted BlueHost and MOJO headquarters downtown.</p>\n<p>Post Status was at LoopConf as a media partner, and <a href=\"https://poststatus.com/profiles/brian-richards/\">Brian Richards</a> and I took a lot of pictures, as well as several video interviews.</p>\n<h3>What to know about LoopConf</h3>\n<p>In our first video interview, Ryan talked about the origins of LoopConf, and described what he hoped attendees would get out of the event:</p>\n<p></p>\n<p>I hope to see a future LoopConf 3, and I think the venue and atmosphere worked really well in Salt Lake City.</p>\n<h3>A small sampling of valuable talks</h3>\n<p>There were many great talks. I didn’t attend them all, as I was working on other stuff for much of the two days, but the feedback was pretty universally positive, and every talk I did attend, I found valuable.</p>\n<h4>The competitive landscape for WordPress</h4>\n<p><img /></p>\n<p>The first day kicked off with a great talk by Pantheon co-founder Josh Koenig, who spoke on the <a href=\"https://youtu.be/BsKkFf4vDyw?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">competitive landscape for WordPress</a>, including opportunities and risks. It was a really excellent start to the event.</p>\n<h4>Empathetic communication</h4>\n<p><img /></p>\n<p>I met Sharon Steed prior to her talk, and she spoke about <a href=\"https://www.youtube.com/watch?v=Ke9hfBKebxc\">empathetic communication</a>. And due to her own journey as a communicator, going through life with a stutter, it has impacted how she thinks about communication and how she advises her clients.</p>\n<p>There were two quotes I loved: “Technology cannot replace the social aspect of face-to-face communication.” And, “Silence kills collaboration.” I think greater empathy in our ecosystem and society in general is pivotal.</p>\n<h3>Put an “S” on it</h3>\n<p><img /></p>\n<p>I don’t know anyone who knows more about HTTPS than Zack Tollman, who directed the effort to make WIRED’s website fully HTTPS. They learned many lessons, and he <a href=\"https://youtu.be/McAzEj2iXaA?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">shares them in his outstanding talk</a>.</p>\n<h4>Bootstrapping a WordPress business</h4>\n<p><img /></p>\n<p>The <a href=\"https://poststatus.com/jason-cohen-wp-engine-founder/\">most recent podcast</a> episode featured a video interview and extended audio interview with <a href=\"https://wpengine.com\">WP Engine</a> founder and LoopConf keynote speaker Jason Cohen, which I highly recommend you check out. Jason is full of knowledge, and my interview with him pairs well with his keynote talk.</p>\n<p>Jason’s talk will certainly get you thinking about whether you should raise your prices, that’s for sure.</p>\n<h4>Watch them all!</h4>\n<p>Don’t take my word for which talks to see. I just feature these because I got a lot out of them in the moment. However, in general I found this lineup to be one of the most proficient groups of speakers I’ve seen yet at a WordPress event.</p>\n<p>Check out <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">the whole playlist</a>.</p>\n<h3>Pictures</h3>\n<p>Here are pictures from the three days of workshops and talks.</p>\n\n<a href=\"https://poststatus.com/loopconf/loopconf2-0004/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0004-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0008/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0008-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0011/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0011-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0017/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0017-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0018/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0018-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0019/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0019-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0021/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0021-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0028/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0028-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0033/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0033-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0036/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0036-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0039/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0039-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0051/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0051-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0052/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0052-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0053/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0053-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0056/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0056-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0057/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0057-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0062/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0062-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0063/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0063-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0068/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0068-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0075/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0075-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0077/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0077-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0079/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0079-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0086/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0086-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0087/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0087-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0088/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0088-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0091/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0091-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0115/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0115-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0129/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0129-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0135/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0135-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0136/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0136-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0146/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0146-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0149/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0149-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1735/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1735-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1746/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1746-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1757/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1757-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1775/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1775-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1778/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1778-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1795/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1795-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1808/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1808-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1809/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1809-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1812/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1812-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1818/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1818-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1819/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1819-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1824/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1824-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1826/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1826-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1831/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1831-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1836/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1836-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1841/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1841-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1854/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1854-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1856/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1856-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1862/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1862-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1868/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1868-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1894/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1894-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1897/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1897-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1911/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1911-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1921/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1921-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1928/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1928-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1936/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1936-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1937/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1937-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1954/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1954-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1968/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1968-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1978/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1978-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1979/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1979-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1983/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1983-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1986/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1986-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1991/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1991-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1996/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1996-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2005/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2005-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2015/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2015-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2030/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2030-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2042/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2042-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2043/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2043-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2049/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2049-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2062/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2062-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2079/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2079-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2080/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2080-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2093/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2093-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2103/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2103-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2106/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2106-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2119/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2119-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2151/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2151-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2163/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2163-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2172/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2172-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2180/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2180-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2194/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2194-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2215/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2215-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2240/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2240-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2253/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2253-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2290/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2290-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2291/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2291-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2293/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2293-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2311/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2311-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2330/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2330-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2334/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2334-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2370/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2370-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2377/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2377-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2380/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2380-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2390/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2390-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2413/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2413-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2447/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2447-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2466/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2466-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2487/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2487-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2511/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2511-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2515/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2515-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2517/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2517-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2521/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2521-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2528/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2528-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2531/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2531-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2532/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2532-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2533/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2533-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2536/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2536-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2538/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2538-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2541/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2541-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2542/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2542-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2546/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2546-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2561/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2561-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2570/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2570-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2590/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2590-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2597/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2597-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2599/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2599-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2615/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2615-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2617/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2617-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2652/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2652-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9825/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9825-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9826/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9826-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9828/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9828-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9830/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9830-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9831/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9831-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9833/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9833-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9835/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9835-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9837/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9837-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9839/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9839-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9846/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9846-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9848/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9848-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9850/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9850-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9851/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9851-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9859/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9859-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9863/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9863-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9866/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9866-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9868/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9868-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9876/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9876-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9879/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9879-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9885/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9885-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9887/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9887-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9888/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9888-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9892/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9892-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9895/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9895-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9904/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9904-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9905/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9905-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9911/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9911-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9914/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9914-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9929/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9929-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9933/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9933-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9940/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9940-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9941/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9941-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9949/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9949-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9953/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9953-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9956/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9956-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9960/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9960-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9962/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9962-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9965/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9965-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9967/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9967-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9969/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9969-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9970/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9970-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9971/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9971-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9976/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9976-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9993/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9993-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9986/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9986-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9981/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9981-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<p>You are welcome to use these pictures however you wish. If you’d like to credit Brian Richards or myself, or Post Status, we’d appreciate it — but it’s not required. Pictures he took show Canon 6D in the meta description, and pictures I took show Canon 70D in the description.</p>\n<h3>More interviews from LoopConf</h3>\n<p>I’ll have more interviews from LoopConf over the coming days and weeks. I chatted with several core contributors and developers about specific experiences they’ve had with WordPress. Keep an eye out for those!</p>\n<h3>A fun, niche event with a lot of value</h3>\n<p>LoopConf was pretty laid back, and did a lot of things really well.</p>\n<p>For one, I’m super jealous of how quickly they got the videos uploaded, and they’ve generously made them available for free for everyone. Also, there were no noticeable event hiccups, and the team was always available to help with whatever attendees may need.</p>\n<p>The venue itself was really nice, as you can hopefully see in the pictures, and the whole place was laid out in a way that made both the talks and the hallway track highly accessible. And sponsors were in the center of the whole event, which was great.</p>\n<p>I found that the size of the event (I’d guess around 200 people) made it so that conversations were easy to have, and we were able to go in-depth. And because everything from breakfast to dinner to the after party were at the venue, it made everything super convenient.</p>\n<p>If and when there’s a LoopConf 3, you should go! I’ve also found this general theme to be true at other niche WordPress events — including <a href=\"https://adayofrest.hm\">A Day of REST</a> (specific to the REST API in WordPress, which you should go to next month!) and <a href=\"https://pressnomics.com\">PressNomics</a> (a WordPress business event, which you should go to in April!), and even my own <a href=\"https://poststatus.com/publish\">Publish</a> event (which may have a second iteration later this year).</p>\n<p>To learn more about LoopConf, <a href=\"https://loopconf.com/\">check out the website</a>. And definitely take advantage of all of those <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">free videos</a>!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Feb 2017 20:00:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"WPTavern: Matt Mullenweg Responds to Security Rant: Digital Signatures for WordPress Updates Are Important but Not a Priority\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66076\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"https://wptavern.com/matt-mullenweg-responds-to-security-rant-digital-signatures-for-wordpress-updates-are-important-but-not-a-priority\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8422:\"<p>Scott Arciszewski, Chief Development Officer for Paragon Initiative Enterprises, who is most widely known for his <a href=\"https://paragonie.com/blog/2017/02/cryptographically-secure-php-development\">cryptography engineering work</a>, published a post on Medium criticizing Matt Mullenweg, co-creator of the WordPress open-source software project, for not caring enough about security. Arciszewski has since retracted the post but you can <a href=\"http://web.archive.org/web/20170214062414/https://medium.com/@CiPHPerCoder/stopmullware-on-the-security-of-27-of-the-websites-on-the-internet-298a7e5b6871\">read it</a> via the Wayback Machine.</p>\n<p>Arciszewski is working on a project known as <a href=\"https://download.libsodium.org/doc/\">libsodium</a>, a core extension to PHP 7.2 which allows for encryption, decryption, signatures, password hashing and more. Its goal is to enable developers to build higher-level cryptographic tools.</p>\n<p>WordPress’ automatic update system is handled through api.wordpress.org. Since updates do not have a digital signature, if api.wordpress.org were compromised, attackers could send malicious updates to thousands or millions of sites. This scenario was at the forefront of people’s minds late last year after Wordfence <a href=\"https://www.wordfence.com/blog/2016/11/hacking-27-web-via-wordpress-auto-update/\">published details</a> of a complex security vulnerability that could have compromised the update servers.</p>\n<p>Arciszewski suggests offline code signing and elliptic curve cryptography as solutions, “The key that can produce a valid signature for a file isn’t stored on the server (only the file itself and a valid signature are), so even if the server gets hacked, attackers can’t just add trojan horse malware to the file,” he said.</p>\n<p><a href=\"http://php.net/manual/en/book.openssl.php\">OpenSSL</a> is an extension of PHP and is commonly used as public-key cryptography but it only supports RSA which Arciszewski deems inadequate. Since WordPress is written in PHP and supports versions 5.2-7+, Arciszewski needed to create a solution that was as compatible. This inspired him to create <a href=\"http://web.archive.org/web/20170214062414/https://github.com/paragonie/sodium_compat\">sodium_compat</a> that adds <a href=\"https://ed25519.cr.yp.to/\">Ed25519 signature verification</a> to WordPress’ automatic updater.</p>\n<p>Arciszewski submitted a number of patches to WordPress but was told by Dion Hulse, WordPress core developer, that the sodium_compat library could not be merged into core until it passed a security audit by a third-party. Audits can cost a lot of money so Arciszewski’s plan was to see if Automattic could take on some of the cost or crowd-source the funds. However, his project was put on hold after Mullenweg informed Hulse to stop working on the feature as it’s not related to the three core focus areas of the Editor, Customizer, and the REST API.</p>\n<p>Arciszewski described the decision as irresponsible and that every user has a reason to be alarmed, “The WordPress team has shown that they are not responsible enough to govern their impressive ownership of the Internet (with the exception of some folks powerless to correct the organization’s course),” he said. “This act of negligence <em class=\"markup--em markup--p-em\">will</em> put the rest of the web in harm’s way.”</p>\n<h2>Update Signing is Important but Not a Priority</h2>\n<p>Mullenweg <a href=\"https://medium.com/@photomatt/wordpress-and-update-signing-51501213e1\">responded to the post</a> on Medium.com with one of his own and reiterated the WordPress development team’s commitment to security.</p>\n<p>“Everyone involved takes their responsibility very seriously, and the growth of WordPress has meant many thoughtful, hard-working people have gotten involved and think of the security of WP sites holistically, from every angle,” he said.</p>\n<p>Mullenweg also clarified what attacks would be stopped by implementing digital signatures to WordPress updates.</p>\n<p>“It could stop a man in the middle attack, where someone modifies the update files on the network in between your blog and WordPress.org, or it could stop a situation where the part of .org that serves the update is compromised but the signing part isn’t, and someone decided to send out updates even though they know they’ll be rejected,” he said.</p>\n<p>The team is unaware of any WordPress sites that have been attacked this way. While the possibility exists, the extent of the damage would likely be limited. The update servers are monitored around the clock and since many large webhosting companies automatically scan their customer’s sites for malware, the malicious update would likely be discovered quickly.</p>\n<p>Mullenweg describes what would happen if an update server was compromised.</p>\n<p>“We would turn it off really quickly, notify the world there was an issue, fix the problem, turn it back on, and notify the specific sites or hosts as able,” he said. Although WordPress <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">powers 27.5%</a> of the top 10 million sites tracked by Alexa, it’s highly unlikely that number of sites would be compromised.</p>\n<p>He goes on to say that there are easier ways to compromise a WordPress site and listed the biggest issues to WordPress security based on impact.</p>\n<ol class=\"postList\">\n<li id=\"6e1f\" class=\"graf graf--li graf-after--p\">Sites not updating core.</li>\n<li id=\"8121\" class=\"graf graf--li graf-after--li\">Sites not updating plugins.</li>\n<li id=\"9cf6\" class=\"graf graf--li graf-after--li\">Sites not updating themes.</li>\n<li id=\"0f5b\" class=\"graf graf--li graf-after--li\">Weak passwords, without brute-force protection or two-factor authentication.</li>\n<li id=\"9601\" class=\"graf graf--li graf-after--li\">Hosts (professional or ad-hoc) not scanning and fixing sites.</li>\n<li id=\"3b2e\" class=\"graf graf--li graf-after--li\">Hypothetical issues not seen in practice, which distract from the above existing priorities.</li>\n</ol>\n<p>Mullenweg confirms that he offered to donate to the audit of sodium_compat a day before Arciszewski published his post. Even if the library passed an audit, the code couldn’t immediately be added to core, “You would also need to do some significant work on the server-side to isolate the signing from the update server, so it’s worthwhile in the first place,” he said.</p>\n<p>And if the code were added to core, only the sites that updated to the version that has the cryptographic library and the update checking would be able to take advantage of it. WordPress.org would still need to send updates to older versions that don’t have update checking. These sites would still be vulnerable to receiving a malicious update.</p>\n<p>Mullenweg says that digital signatures and update signing will end up in WordPress eventually but it’s not a priority as there are other security issues in front of it, “We are prioritizing those issues above a nice-to-have, defense in-depth effort,” he said.</p>\n<p>“A good approach would be to build the server-side first, because doing that properly, say with an <a href=\"https://en.wikipedia.org/wiki/Hardware_security_module\">HSM</a>, is the difficult and important part; then get the packages signed; then test out verification in a plugin because we don’t want to break auto-updates; and then finally merge into core and set the client to reject non-signed updates. On the client side we need to pick a cryptography library, and get it audited.”</p>\n<p>Mullenweg ended his post explaining why he published his response on Medium instead of his <a href=\"http://ma.tt\">personal site</a>. “Seems to be the most popular place for rants like this. I also wanted to try out the famous Medium editor,” he said.</p>\n<h2>What’s Next For sodium_compat</h2>\n<p>While the prospects don’t look good for his library being added to WordPress in 2017, Arciszewski says there are plenty of other PHP projects that could benefit from it, “For their sake, I’m still strongly inclined to pursue an independent third-party cryptography audit, and attempt to crowd-fund the cost,” he said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Feb 2017 23:48:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"BuddyPress: BuddyPress 2.8.0 – “San Matteo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=263791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://buddypress.org/2017/02/buddypress-2-8-0-san-matteo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8634:\"<p>BuddyPress 2.8.0 “San Matteo” is now available for download from the WordPress.org plugin repository, or right from your WordPress Dashboard. “San Matteo” focuses on various improvement for developers, site builders and site managers.</p>\n<h2 class=\"headline-title\">For Developers & Site Builders</h2>\n<h3 class=\"headline-title\">Modernizing the Codebase</h3>\n<p>To continue the migration of legacy code to modern standards and techniques necessary for the <code>BP REST API</code> project and other new features moving forward, <a href=\"https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/\">BuddyPress 2.8 requires at least PHP 5.3</a>. This will allow us to build better, robust, and secure code, benefiting developers and users now and in the future.</p>\n<h3 class=\"feature-title\">More helpful “Activate Pending Accounts” screen</h3>\n<p><img class=\"size-full wp-image-263800 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/pending-accounts.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>When you click on the username on the “Users > Manage Signups” page, you can now view profile data entered by the user at the time of registration.</p>\n<h3 class=\"feature-title\">Support for <code>List-Unsubscribe</code> header in emails</h3>\n<p><img class=\"size-full wp-image-263802 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/list-unsubscribe.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>Allow users to unsubscribe from BuddyPress email notifications in some email clients such as Gmail (web), when properly configured.</p>\n<h3 class=\"feature-title\">Twenty Seventeen Companion Style sheet</h3>\n<p><img class=\"size-full wp-image-263803 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/twenty-seventeen.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>BuddyPress looks great in WordPress’s latest default theme with the new Twenty Seventeen companion style sheet.</p>\n<p>To change the default two-column page layout to a full-width layout as seen in the image, add the <a href=\"https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-seventeen-theme/\">following code</a> to the <code>functions.php</code> file of your Twenty Seventeen child theme.</p>\n<h4 class=\"feature-title\">More hooks for Messages</h4>\n<p>We’ve added new filters and actions for different methods throughout the Messages component.</p>\n<h4 class=\"feature-title\">A more flexible Group search</h4>\n<p>The new <code>search_column</code> parameter allows developers to specify which columns should be matched, as well as where wildcard characters should be placed, when searching via <code>BP_Groups_Group::get()</code>.</p>\n<h4 class=\"feature-title\">Alphabetical sorting for Groups widget</h4>\n<p>The groups widget can now be sorted alphabetically, in addition to sorting the results by recently active, popular, and newest groups.</p>\n<h4 class=\"feature-title\">Enable choice of <code>PHPMailer</code></h4>\n<p>Developers can specify which <code>PHPMailer</code> should be used when sending BuddyPress with a new filter.</p>\n<h4 class=\"title\">Localization Improvements</h4>\n<p>We continue to improve our localization internals, making it easier for translation editors to ensure that BuddyPress will be available for everyone in their own language.</p>\n<h4 class=\"title\">Developer Reference</h4>\n<p>Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.</p>\n<h4 class=\"title\">Accessibility Upgrades</h4>\n<p>Continued improvements for universal access help make BuddyPress back- and front-end screens usable for everyone (and on more devices).</p>\n<p><strong>…and much more!</strong></p>\n<p>Read about all the bug fixes and feature enhancements introduced in BuddyPress 2.8.0 at our <a href=\"https://codex.buddypress.org/releases/version-2-8-0/\">official 2.8.0 changelog</a>.</p>\n<p><strong>Thank You to Our Contributors</strong></p>\n<p>Many, many thanks to all those who contributed during this development cycle. This is a volunteer-run project, and these contributors freely gave of their time and expertise to make BuddyPress better than ever:</p>\n<p><a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini (dontdream)</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta (ankit-k-gupta)</a>, <a href=\"https://profiles.wordpress.org/angeljs/\">angeljs</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen/\">Brandon Allen (thebrandonallen)</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty (bhargavbhandari90)</a>,<a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya (ketuchetan)</a>, <a href=\"https://profiles.wordpress.org/chiragpatel/\">Chirag Patel (chiragpatel)</a>, <a href=\"https://profiles.wordpress.org/danbp/\">danbp</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/wpdennis/\">Dennis (wpdennis)</a>, <a href=\"https://profiles.wordpress.org/Dianakc/\">Diana K. Cury (Dianakc)</a>, <a href=\"https://profiles.wordpress.org/finzend/\">finzend</a>, <a href=\"https://profiles.wordpress.org/hnla/\">Hugo (hnla)</a>,<a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes (jdgrimes)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/jonas-lundman/\">Jonas Lundman (jonas-lundman)</a>, <a href=\"https://profiles.wordpress.org/jonieske/\">jonieske</a>, <a href=\"https://profiles.wordpress.org/jreeve/\">jreeve</a>, <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a>, <a href=\"https://profiles.wordpress.org/Offereins\">Laurens Offereins (Offereins)</a>, <a href=\"https://profiles.wordpress.org/lgreenwoo/\">lgreenwoo</a>,<a href=\"https://profiles.wordpress.org/maccast/\">maccast</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/mchansy/\">mchansy</a>, <a href=\"https://profiles.wordpress.org/mercime/\">mercime</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith (tw2113)</a>, <a href=\"https://profiles.wordpress.org/modemlooper/\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/m_uysl/\">Mustafa Uysal (m_uysl)</a>, <a href=\"https://profiles.wordpress.org/nickmomrik/\">Nick Momrik (nickmomrik)</a>, <a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>,<a href=\"https://profiles.wordpress.org/pareshradadiya/\">paresh.radadiya (pareshradadiya)</a>, <a href=\"https://profiles.wordpress.org/petya/\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rekmla/\">rekmla</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/rogercoathup/\">Roger Coathup (rogercoathup)</a>, <a href=\"https://profiles.wordpress.org/DarkWolf/\">Salvatore (DarkWolf)</a>,<a href=\"https://profiles.wordpress.org/sanket.parmar/\">Sanket Parmar (sanket.parmar)</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov (slaffik)</a>, <a href=\"https://profiles.wordpress.org/stagger-lee/\">Stagger Lee (stagger-lee)</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar (netweb)</a>, <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener (mahype)</a>, <a href=\"https://profiles.wordpress.org/wordpressrene/\">wordpressrene</a>.</p>\n<h2>PanuozzoPress</h2>\n<p>BuddyPress 2.8 is called “San Matteo” after <a href=\"http://www.sanmatteopanuozzo.com/\">a great pizza restaurant</a> in New York City. San Matteo specializes in the “panuozzo”, a pizza-sandwich hybrid native to Salerno, Italy. The proprietor of San Matteo is a friendly fellow who insists on speaking Italian even to customers who don’t understand a word of it. If you find yourself in the neighborhood, be sure to stop by for a great pizza.</p>\n<h2>Time to Go Get 2.8.0!</h2>\n<p>Grab BuddyPress 2.8.0 “San Matteo” from the <a href=\"https://wordpress.org/plugins/buddypress/\">wordpress.org plugin repository</a>, or right from your WordPress Dashboard.</p>\n<p><strong>Questions, comments, feature requests, or bug reports?</strong> Please use our <a href=\"https://buddypress.org/support/\">support forums</a> or our <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Feb 2017 22:38:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Slava Abakumov\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"HeroPress: Not every hero wears a cape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://heropress.com/essays/not-every-hero-wears-cape/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8166:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/02/021517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Sometimes the biggest heroes are the people who notice that someone else feels out of place, extend their hand, and welcome them in.\" /><h3>I almost didn’t go to my first WordCamp</h3>\n<p>I started working with WordPress in 2010. A client requested I use WordPress and a Revolution theme they’d purchased to build their new site. When I was done, I submitted it to the theme showcase, and Brian Gardner reached out to tell me how much he’d liked it.</p>\n<p>I continued working with Brian and his themes as Revolution became Revolution 2, and then StudioPress and Genesis. That led to me designing and developing Family Tree, one of the first commercial themes targeted at women entrepreneurs. It was released in May of 2011.</p>\n<p>Right around the release of my first theme, Brian asked if I was going to be at WordCamp San Francisco. There was going to be a Genesis Connect event there, and he wanted me to be there. I really wanted to go, but didn’t know how I was going to pull it off.</p>\n<p>See, after a years long struggle I had recently been diagnosed with bipolar disorder.</p>\n<blockquote><p>I was trying to rebuild my design career with WordPress, but I was really struggling.</p></blockquote>\n<p>I felt like flying to San Francisco to see my internet friends was a luxury I couldn’t afford.</p>\n<p>But when I mentioned it to my wife, she told me we’d find a way. She started hitting travel sites and found a cheap airline ticket. Then she went on AirBnB and booked me a couch in the lobby of an art gallery in the Tenderloin–it was the cheapest thing we could find. I left on August 11, 2011, three days before my 40th birthday.</p>\n<h3>My first day of WordCamp SF was a nightmare</h3>\n<p>I have pretty severe social anxiety, so my plan was to maintain a low profile and keep to myself until I could meet up with some of my Genesis friends. About 20 minutes into the first talk I went to I was totally lost, so I thought I’d sneak out and hit lunch early. It seemed like a solid plan.</p>\n<p>My foot had fallen asleep during the presentation, though, and as I stood up to sneak out my ankle buckled and I fell. Every head in the auditorium whipped around to stare at me slowly rolling down the aisle. It was painfully obvious to me that not only did I not belong, but I had just made a very public ass of myself and was mortified.</p>\n<h3>Then the WordPress Community stepped in</h3>\n<p>There was already a huge crowd in the courtyard when I managed to slink out of the auditorium. I felt like someone had dropped me back into my junior high cafeteria. I stood in the massive line, wanting nothing more than to find a quiet corner to nurse my wounded pride, call my wife, maybe cry a little, and tell her that coming had been a huge waste of time and money.</p>\n<blockquote><p>If that’s how my day had panned out, my WordPress story might have been a lot different. Instead, I ran into my first ambassador of the WordPress community.</p></blockquote>\n<p>This kind of goofy guy in front of me started chatting me up.</p>\n<p>I told him it was my first WordCamp. He asked me where I was from, and we discovered we lived maybe an hour away from each other: me in San Diego, him in Orange County. He invited me to eat lunch with his group. And that’s how I wound up sitting at a table eating lunch with Steve Zehngut and his crew.</p>\n<p>These people were more like me: marketers and designers, theme authors and SEO specialists, food bloggers and digital nomads. I started to feel like I might belong there, after all. The phone call I made to my wife after lunch was about how much fun I was having, and how many cool people I was meeting.</p>\n<p>Later that day I went to dinner with the crew from Genesis and met even more amazing people I’d only known online. After that, there was a huge Genesis Connect happy hour. The more people I met and talked to, the more friends I made. On Sunday, before one of the final presentations, an auditorium of my new friends sang “Happy Birthday” to me. (I won’t lie–it was cool but also almost as embarrassing as falling down the first day, lol!)</p>\n<h3>One person can make a difference</h3>\n<p>If Steve hadn’t asked me to eat lunch with his group that day, I might have never gone to another WordCamp. Instead, when WordCamp San Diego 2012 came around Dre Armeda encouraged me to submit a speaker application, and I gave my first talk. For six years now I’ve spoken at every local WordCamp that’s accepted my speaker application, trying to inspire other people to get and stay involved in our community.</p>\n<p>I spent some time looking at the 2011 WCSF attendees list when I was writing this essay. Some of my best friends (and best WordCamp stories) can be directly linked to that list. Even the people I may not have met at that event came into my life because of that event.</p>\n<h3>Six degrees of a lunch invitation</h3>\n<p>I don’t remember whether or not I met Alex Vasquez in San Francisco, but he’s one of the people who actually wants an honest answer when he asks how I’ve been. I’m pretty sure I didn’t meet Andy Stratton there, but I eventually travelled to Baltimore to speak at the WordCamp he and Drew Poland organized. I’m positive I didn’t cross paths with Karim Marucchi, but he eventually became my boss, mentor, and go-to puppy picture friend. And those are just the connections from one event that happened 6 years ago.</p>\n<blockquote><p>WordCamp San Francisco taught me that being a hero doesn’t have to be a huge, dramatic thing.</p></blockquote>\n<p>Sometimes the biggest heroes are the people who notice that someone else feels out of place, extend their hand, and welcome them in. Of all of the lessons I’ve learned in WordPress, that’s the most important one. Thanks, Steve!</p>\n<p><em>(P.S. If anyone knows where I can find some adult Superman Underoos in stock, LMK. WordCamp San Diego is coming up at the end of March, and I never got Steve a proper thank you gift.)</em></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Not every hero wears a cape\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Not%20every%20hero%20wears%20a%20cape&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Not every hero wears a cape\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%2F&title=Not+every+hero+wears+a+cape\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Not every hero wears a cape\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/not-every-hero-wears-cape/&media=https://heropress.com/wp-content/uploads/2017/02/021517-150x150.jpg&description=Not every hero wears a cape\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Not every hero wears a cape\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/not-every-hero-wears-cape/\" title=\"Not every hero wears a cape\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/not-every-hero-wears-cape/\">Not every hero wears a cape</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Feb 2017 12:00:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Chris Ford\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Open Source Leadership Summit to Live Stream Keynote Sessions February 14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/open-source-leadership-summit-to-live-stream-keynote-sessions-february-14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1865:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/open-source-leadership-summit.png?ssl=1\"><img /></a></p>\n<p>The Linux Foundation’s <a href=\"http://events.linuxfoundation.org/events/open-source-leadership-summit\" target=\"_blank\">Open Source Leadership Summit</a> is happening in Lake Tahoe, CA, February 14-16, 2017. The invitation-only event brings together open source technology leaders to collaborate across different projects and share best practices.</p>\n<p>The organizers will be live streaming all of the <a href=\"https://osleadershipsummit2017.sched.com/overview/type/Keynote\" target=\"_blank\">keynote sessions</a> for free throughout the three-day event for a total of 17 presentations. A few sample topics and speakers include:</p>\n<ul>\n<li>State of the Union – Jim Zemlin, Executive Director of the Linux Foundation</li>\n<li>A Conversation with Linus Torvalds (with Jim Zemlin)</li>\n<li>State of Blockchain – Christopher Ferris, CTO of Open Technology, IBM</li>\n<li>Security and Privacy in a Hyper-connected World – Bruce Schneier, Security Expert</li>\n<li>Building and Motivating Engineering Teams – Camille Fournier, Senior Thinker and Raconteur</li>\n<li>How Cross-Foundation Collaboration is a Win for Open Source – Abby Kearns, Executive Director, Cloud Foundry Foundation</li>\n</ul>\n<p>Anyone who wants to join the keynote sessions via live stream will need to <a href=\"http://events.linuxfoundation.org/events/open-source-leadership-summit/program/live-video-stream\" target=\"_blank\">sign up</a> ahead of the event. The keynotes will be broadcast in Pacific Daylight Time and viewers can return to the signup page to watch live. Viewers are encouraged to use the event’s official #lfosls hashtag to tweet about the sessions as they are watching.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Feb 2017 06:32:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Why Plugins Sometimes Disappear From the WordPress Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66033\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4548:\"<p>Nearly 50K publicly available plugins call the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> home but once in awhile a few of them seem to disappear. There is usually a good reason for why this happens but the only information available to the public is a page that says the plugin cannot be found. If the plugin is popular enough, concerned users will <a href=\"https://wptavern.com/contact-me\">contact us</a> and ask to investigate what happened.</p>\n<p><a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, Plugin Directory Representative, says there are a number of reasons for why a plugin can end up hidden from view, “The most well-known, but not the most common, is security issues,” Epstein said.</p>\n<p>“Plugins are removed and, by default, hidden mostly because we’re on bbPress 1.0 and there is not as granular a control with post statuses when compared to WordPress itself.”</p>\n<p>The plugin review team has three options to choose from when altering a plugin’s visibility, active, closed, and disabled. Although rarely used, when a plugin is disabled, it is hidden from view but updates are able to be pushed out.</p>\n<p>I asked Epstein why there’s not more detailed information when a plugin is hidden and the answer is complex, “The lack of information is partly technical as bbPress 1.0 is limited and partly because we can’t all agree on the <em>right</em> way to disclose, when to disclose, and when <em>not</em> to disclose,” she said.</p>\n<p>“Obviously the last thing we want are people getting hacked, but it presents us with a few options and they all have flaws. We’ve not been able to determine a way to tell people ‘This plugin is gone, don’t use it’ and ‘This plugin is gone, but use it if you want.’ without putting users at risk.”</p>\n<p>Epstein uses WooCommerce and Jetpack as examples, “Let’s say I close Jetpack today and tell people ‘WordPress decided not to support it anymore.’ But tomorrow I close WooCommerce and tell people ‘I can’t tell you why.’ That means an intelligent person knows that WooCommerce is <em>probably</em> vulnerable.”</p>\n<p>It’s a conundrum without an easy solution. The team typically closes plugins which makes the plugin’s page disappear. This has the added benefit of making it more difficult to determine if the plugin ever existed. Then the team contacts and works with the developer directly.</p>\n<p>Most closures are done with the knowledge of the plugin author as they are often the ones who request that their plugins be closed.</p>\n<h2>The New WordPress Plugin Directory Will Modernize Plugin Administration</h2>\n<p><a href=\"https://wptavern.com/new-wordpress-plugin-directory-now-in-open-beta\">Announced</a> at WordCamp Europe 2016, the WordPress plugin directory redesign has been in <a href=\"https://wordpress.org/plugins-wp/\">open beta</a> for about eight months.</p>\n<img />WordPress Plugin Directory Redesign\n<p>In addition to bringing a fresh new look to plugin pages, the migration away from bbPress to WordPress will help make the plugin review team’s job easier, “Like far too many things in Plugin Land, everything depends on modernizing the backend to something that is functional.” Epstein said.</p>\n<p>“Once the new directory is out and I have some more people trained to do reviews properly, then we’ll have the bandwidth to sit down and really figure out a <strong>best</strong> solution.</p>\n<p>“A stopgap might be making the page say ‘This plugin is no longer available.’ But I’m personally not sure if that would make FUD better or worse.”</p>\n<p>If you discover that a plugin you rely on has suddenly vanished from the directory, don’t panic. Depending on the issue, plugins usually reappear within a week unless the author has requested that it be closed.</p>\n<p>To learn what’s involved and how the plugin review team does its job, listen to <a href=\"https://wptavern.com/wpweekly-episode-231-an-inside-look-at-the-plugin-review-process-with-mika-epstein\">episode 231</a> of WordPress Weekly. I also encourage you to read our <a href=\"https://wptavern.com/behind-the-scenes-in-the-wordpress-plugin-directory-with-mika-epstein\">detailed interview</a> with Epstein published in 2014, in which most of the information is still accurate.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Feb 2017 03:37:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordPress REST API Vulnerability Exploits Continue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wordpress-rest-api-vulnerability-exploits-continue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10607:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/emergency.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://flic.kr/p/dLUWMb\">Code & Martini</a> by <a href=\"https://www.flickr.com/photos/ivanavasilj/\">Ivana Vasilj</a> – cc license\n<p>It has been nearly two weeks since the WordPress security team <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\" target=\"_blank\">disclosed</a> an unauthenticated privilege escalation vulnerability in a REST API endpoint in 4.7 and 4.7.1. The vulnerability was patched silently and disclosure was delayed for a week to give WordPress site owners a head start on updating to 4.7.2. Last week <a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\" target=\"_blank\">hundreds of thousands of vulnerable sites had already been defaced</a> and the damage reports are still rolling in.</p>\n<p>Over the weekend the attacks increased and WordPress security firms have seen more attempts blocked by their firewalls. <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a>, the website security firm that reported the vulnerability to WordPress, was tracking the “Hacked by w4l3XzY3” campaign last week and estimated 66,000 defacements. That particular campaign has now passed 260,000 pages indexed by Google. It is one of nearly two dozen defacement campaigns targeting the vulnerability.</p>\n<p>“During the past 24 hours we have seen an average growth in defaced pages per campaign of 44%,” Wordfence CEO Mark Maunder <a href=\"https://www.wordfence.com/blog/2017/02/rapid-growth-in-rest-api-defacements/\" target=\"_blank\">said</a> on Friday. “The total number of defaced pages for all these campaigns, as indexed by Google has grown from 1,496,020 to 1,893,690. That is a 26% increase in total defaced pages in just 24 hours.”</p>\n<p>Maunder referenced a <a href=\"https://www.google.com/trends/explore?date=2017-01-01%202017-12-31&q=%22Hacked%20By%20MuhmadEmad%22,%22Hacked%20By%20SA3D%20HaCk3D%22,%22by%20w4l3XzY3%22,%22Hacked%20By%20Imam%22,%22Hacked%20By%20BALA%20SNIPER%22\" target=\"_blank\">Google Trends chart</a> which he said demonstrates the success the defacement campaigns have had over the past week. The spike began on the day WordPress disclosed the vulnerability.</p>\n<p> &q;</p>\n<p>However, White Fir Design, another company that offers security services, <a href=\"https://www.whitefirdesign.com/blog/2017/02/10/unreliable-claim-that-1-5-million-wordpress-pages-defaced-is-reminder-of-the-terribleness-of-security-companiesjournalists/\" target=\"_blank\">disputes Wordfence’s claims</a> that 1.8 million pages were hacked. The ~2 million pages figure is cited in reports from <a href=\"http://www.bbc.com/news/technology-38930428\" target=\"_blank\">BBC</a>, <a href=\"http://www.theinquirer.net/inquirer/news/3004423/wordpress-hacking-spree-sees-15-million-web-pages-defaced\" target=\"_blank\">The Enquirer</a>, <a href=\"https://arstechnica.com/security/2017/02/virally-growing-attacks-on-unpatched-wordpress-sites-affects-2m-pages/\" target=\"_blank\">Ars Technica</a>, <a href=\"http://www.cio.com/article/3168761/security/recent-wordpress-vulnerability-used-to-deface-1-5-million-pages.html\" target=\"_blank\">CIO.com</a>, and other publications. White Fir Design contends that the hacked pages that have been indexed by Google are not an accurate representation.</p>\n<p>Sucuri CTO Daniel Cid also does not fully agree with Wordfence’s assessment of the situation. After doing some research over the weekend, Sucuri estimates more than 50,000 sites hacked with 20-30 pages per site defaced. This would be roughly a million on the lower end of the estimate and ranges up to 1.5 million.</p>\n<p>Sucuri is also starting to see more serious attempts on the REST API vulnerability in the form of <a href=\"https://blog.sucuri.net/2017/02/rce-attempts-against-the-latest-wordpress-rest-api-vulnerability.html\" target=\"_blank\">remote code execution (RCE) attacks</a> on sites using plugins that allow for PHP execution from within posts and pages. One such campaign attempts to inject a PHP include to add content from a compromised site and then inject a backdoor hidden in /wp-content/uploads.</p>\n<p>“Defacements don’t offer economic returns, so that will likely die soon,” Cid said. “What will remain are attempts to execute commands (RCE) as it gives the attackers full control of a site – and offers multiple ways to monetize – and SPAM SEO / affiliate link / ad injections. We are starting to see them being attempted on a few sites, and that will likely be the direction this vulnerability will be misused in the coming days, weeks and possibly months.”</p>\n<p>Hackers are targeting any sites that haven’t updated to 4.7.2 – there doesn’t seem to be any pattern among them. A quick look at the Google results for the most active campaigns shows that compromised sites include blogs, media, government, education, sports, medical, and technology websites.</p>\n<h3>Why the REST API is Enabled by Default</h3>\n<p>The WordPress REST API is enabled by default, as the plan is for more admin and plugin functionality to rely on the REST API in the future. After the recent attacks, several users <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32110\" target=\"_blank\">commented</a> on the vulnerability disclosure to ask why it is enabled by default.</p>\n<p>“The security issue is in a feature I do not use on any of my sites (REST API) and yet still, this feature is first enabled by default and second since WordPress 4.7 you even need a plugin – which could introduce further security issues – to disable the feature?” one user (@helios2121) <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32123\" target=\"_blank\">commented</a> on the post. “Please rethink your approach to security. Make features that not everyone needs opt-in. Or <em>at least</em> give a way to opt out without requiring additional plugins.”</p>\n<p>Morten Rand-Hendriksen opened a trac ticket to discuss <a href=\"https://core.trac.wordpress.org/ticket/39806#ticket\" target=\"_blank\">disabling the REST API by default</a> and only enabling it when the site admin requests it, or a theme or plugin is dependent on it.</p>\n<p>Core Committer Sergey Biryukov confirmed that the plan is to introduce more core functionality that relies on REST API. “Turning off the REST API is like turning off admin-ajax.php — both will break your site,” Biryukov said.</p>\n<p>Rand-Hendriksen asked why the content endpoints cannot be protected by default while allowing the REST API to be on by default for admin purposes. Another user asked why the Users endpoint isn’t protected by default (i.e. <a href=\"https://news.microsoft.com/wp-json/wp/v2/users\" target=\"_blank\">https://news.microsoft.com/wp-json/wp/v2/users</a> or <a href=\"https://www.obama.org/wp-json/wp/v2/users\" target=\"_blank\">https://www.obama.org/wp-json/wp/v2/users</a>), which “makes it easier than ever to get all the usernames” on any site using 4.7+.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/users-endpoint.png?ssl=1\"><img /></a></p>\n<p>“If you really want to disable the REST API on your site(s), this is our current recommendation: restrict it to authenticated users,” Core Committer James Nylen said. “However, we want to continue to increase adoption and usage of the REST API, and I expect that even this modification will break more and more WP functionality as time goes on, such as API-driven themes and embeds.”</p>\n<p>Nylen recommends the <a href=\"https://wordpress.org/plugins/disable-json-api/\" target=\"_blank\">Disable JSON API</a> plugin for those who want to follow that recommendation on sites using WordPress 4.7+. The plugin currently has more than 10,000 active installs.</p>\n<p>The WordPress security team worked diligently to mitigate the attacks by helping hosts and security firms put protections in place before the issue was made public. However, the <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\" target=\"_blank\">full disclosure of the vulnerability</a> was buried on the Make/Core blog, a site that is not widely read among regular WordPress site owners. The link to the disclosure was published as an addendum to <a href=\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\" target=\"_blank\">the previous post</a> on the WordPress news blog a week later.</p>\n<p>“While I appreciate the responsible disclosure of this issue and the effort to resolve it, I hope you consider making future announcements via a new post on the WordPress News site, rather than just appending an update to a previous post,” user @johnrork <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32105\" target=\"_blank\">commented</a> on the official disclosure. “I am probably not the only one who could have avoided being compromised had this shown up as a new item in my RSS reader on Wednesday.”</p>\n<p>Those who read the Make blogs had a head start on fixing their own sites and/or their clients’ sites. Those who depend on the WordPress news blog for information on security updates probably read the post when it was initially published and never returned to see the update a week later. An issue this severe warranted WordPress’ transparency in a new post on its news blog. This would have also automatically sent out a tweet to more than half a million followers on the official WordPress account and the Facebook account which has more than a million likes.</p>\n<p>Fortunately, the number of vulnerable sites that also have plugins that could allow attackers to piggyback on this vulnerability is a much smaller number. Defaced sites are embarrassing but easy to fix. In most cases administrators need only update to 4.7.2 and roll back the defaced posts to the most recent revision. Most site owners have no idea how fast exploits begin to pop up after public disclosure, but this situation provided a gentle reminder of the importance of updating WordPress and the benefit of leaving automatic updates on.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Feb 2017 22:59:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: 10up Unveils ElasticPress.io: Elasticsearch as a Service for WordPress Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7053:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/elasticpress-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://10up.com\" target=\"_blank\">10up</a> launched <a href=\"https://www.elasticpress.io/\" target=\"_blank\">ElasticPress.io</a> this week, its new Elasticsearch SaaS product with plans starting at $299/month. <a href=\"https://github.com/elastic/elasticsearch\" target=\"_blank\">Elasticsearch</a> is an open source, distributed search engine that speeds up searching by using JSON documents to store data in indices. The indices store mapping fields to the corresponding documents and the engine searches the index instead of a site’s entire database.</p>\n<p>Elasticsearch can perform near-real-time searches and is highly scalable, but the setup is technically demanding. It is used by many large companies, such as GitHub, Soundcloud, Etsy, Netflix, Cisco, and Samsung. It is also one of the most popular enterprise search engines for WordPress sites, as searching WordPress tables with thousands or even millions of records is simply not going to be fast.</p>\n<p>The WordPress plugin directory has a dozen plugins for using and extending Elasticsearch but 10up’s <a href=\"https://wordpress.org/plugins/elasticpress/\" target=\"_blank\">ElasticPress</a> is by far the most popular with more than a thousand installs. After supporting the plugin for several years, along with many enterprise clients using Elasticsearch, 10up decided to create a hosted service that integrates with ElasticPress.</p>\n<p>“The reason we created this solution for our clients, and that we’re now making this public, is that we don’t think anyone has provided a super easy, end-to-end (plugin to hosted service) that offers all of the benefits of Elasticsearch and our ElasticPress plugin, while being completely agnostic to your site hosting,” 10up founder Jake Goldman said.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/elasticpress.png?ssl=1\"><img /></a></p>\n<p>ElasticPress.io is an end-to-end solution that is specifically tailored for those using the ElasticPress plugin. This is one of the key differences between managing your own Elasticsearch infrastructure with a service like AWS. ElasticPress.io controls both the hosting and the plugin, allowing the service to optimize performance for both.</p>\n<p>“There are a number of really neat use cases for ElasticPress on our roadmap that add either risk (security) or headaches (complicated setup and management procedures) if you can’t control both ends,” Goldman said. “For instance, there are optional Elasticsearch modules (just like there are optional Apache and Nginx modules) for features like indexing media that many hosted Elastic services don’t enable by default or support. We also want to be able to index and handle content that isn’t public, and many hosted Elastic services aren’t locked down / secured end-to-end with the website by default.”</p>\n<h3>How ElasticPress.io’s Pricing Compares to Competitors</h3>\n<p><a href=\"https://www.elastic.co/\" target=\"_blank\">Elastic</a>, the creators of Elasticsearch were one of the first companies to launch Elasticsearch as a service in 2012. Two years later the company raised $70 million in a Series C funding round. Dozens of other Elasticsearch as a service companies have sprouted up since then, with pricing ranging from under $20 to tens of thousands of dollars depending on the resources offered.</p>\n<p>The ElasticPress.io service is the first of its kind in the WordPress ecosystem. Most hosting companies do not have it built into their enterprise level plans. WordPress.com VIP is one of the few that offers Elasticsearch for sites on its <a href=\"https://vip.wordpress.com/our-services/#hosting-plans\" target=\"_blank\">plans</a> which range from $5,000 – $25,000 per month. WP Engine has an Elasticsearch solution as part of its <a href=\"https://wpengine-labs.com/\" target=\"_blank\">Labs program</a>, which is based on a fork of ElasticPress. However, the solution has not yet been officially added to the company’s enterprise plans.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/10up\">@10up</a> <a href=\"https://twitter.com/mgibbs189\">@mgibbs189</a> <a href=\"https://twitter.com/cabgfx\">@cabgfx</a> <a href=\"https://twitter.com/sbangnielsen\">@sbangnielsen</a> <a href=\"https://twitter.com/SearchWP\">@SearchWP</a> ElasticPress plus lower cost providers is still extremely powerful for under $12 a month</p>\n<p>— Scott Kingsley Clark (@scottkclark) <a href=\"https://twitter.com/scottkclark/status/830165095045033984\">February 10, 2017</a></p></blockquote>\n<p></p>\n<p>For the most part, developers who have to implement Elasticsearch for a WordPress site are faced with hosting their own instance and managing it themselves. This is the most cost effective option but comes with a great deal more responsibility.</p>\n<p>“Elasticsearch is a quickly evolving platform, and they don’t exactly have the same commitment to infinite backwards compatibility that WordPress has these days,” Goldman said. “Major Elasticsearch upgrades can break old integrations. That means the site owner needs to either worry about automatic version upgrades breaking their site, or has to manage their upgrades carefully. By controlling the integration with Elastic on the website site and controlling the hosting, we can carefully handle version upgrades for customers while making sure nothing breaks.”</p>\n<p>10up is aiming at the higher end of the market where customers are looking for convenience and access to the creators of ElasticPress for support. Goldman anticipates many of those customers will be similar to the product’s existing customers who simply need a robust keyword search or related content engine that will “just work.” ElasticPress.io is also targeting smaller and mid-tier businesses that are experiencing performance bottlenecks with WordPress’ native query engine.</p>\n<p>“Those customers are typically relying on rather complicated faceting / filtering of content, the classic use-case being a WooCommerce store where customers are constantly filtering on a handful of unique (unique = hard to cache) meta data all the time,” Goldman said. “That’s where ElasticPress really shines: our native WooCommerce support and optimization take those very taxing queries and makes them lightning fast.”</p>\n<p>As the service is fairly unique in the WordPress space, ElasticPress.io’s <a href=\"https://www.elasticpress.io/#pricing\" target=\"_blank\">pricing</a> has room to evolve as 10up learns from its customers. The plans currently range from $299 – $999 per month with increasing storage space and tiered support response times. Goldman said they haven’t ruled out other pricing points and may explore more pricing options in the future.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Feb 2017 06:33:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Post Status: Jason Cohen, founder of WP Engine, on growing your company well — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=33802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://poststatus.com/jason-cohen-wp-engine-founder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2420:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. In this episode, I interview <a href=\"https://twitter.com/asmartbear\">Jason Cohen</a>, the founder of WP Engine and current CTO.</p>\n<p>I talked to Jason about a whole lot of things, mostly to do with growing well. Whether you’re growing revenue, company size, or personal development — this is a conversation about growth, and how to do it well.</p>\n<p>Unlike many entrepreneurs in the WordPress space, WP Engine isn’t Jason’s first business. He’s done this before, and made plenty of mistakes. He talks about what he’s done differently at WP Engine and how its made him a happier person.</p>\n<p>This interview took place at LoopConf, and <a href=\"https://www.youtube.com/watch?v=b_CmkUT25BE\">Jason was a keynote presenter</a>. His LoopConf talk pairs well with our discussion.</p>\n<p>You can catch the first segment on video, and the entire conversation is on the audio podcast.</p>\n<p></p>\n<a href=\"https://audio.simplecast.com/60233.mp3\">https://audio.simplecast.com/60233.mp3</a>\n<p><a href=\"https://audio.simplecast.com/60233.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://wpengine.com/\">WP Engine</a></li>\n<li><a href=\"https://loopconf.com/\">LoopConf</a></li>\n<li><a href=\"https://blog.asmartbear.com/\">Jason’s blog</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p>This episode is sponsored by <a href=\"https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">iThemes</a>. The team at iThemes offers WordPress plugins, themes and training to help take the guesswork out of building, maintaining and securing WordPress websites. For more information, check out their <a href=\"https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">website</a> and thank you to iThemes for being a Post Status partner.</p>\n<p><em>Photo by Brian Richards for Post Status</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Feb 2017 04:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=65984&preview=true&preview_id=65984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8994:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Interviewed for WordPress.tv</h2>\n<p>A few weeks ago, Marcus Couch and I were interviewed by John Parkinson. Parkinson is a volunteer moderator and performs community outreach for WordPress.tv. In the interview, we discuss the benefits of WordPress.tv, the WordPress community, WordCamps, and more. I encourage you to check out his <a href=\"https://blog.wordpress.tv/tag/interview/\">other community interviews</a> as well.</p>\n<p></p>\n<h2 class=\"selectionShareable\">WooCommerce and WordPress Used to Sell Stress Cubes</h2>\n<p>CNBC has <a href=\"http://www.cnbc.com/2017/01/30/a-24-year-old-made-345000-by-beating-kickstarters-to-market.html\">an interesting story</a> that features a 24-year-old who made $345K in two months selling <a href=\"https://stresscube.com/\">Stress Cubes</a>, a knock-off of the Fidget Cube. The Fidget Cube raised <a href=\"https://www.kickstarter.com/projects/antsylabs/fidget-cube-a-vinyl-desk-toy\">nearly 6.5M dollars</a> in crowdfunding money.</p>\n<p>The Fidget Cube experienced significant delays in shipping due to manufacturing issues. The 24-year-old contacted suppliers in China, purchased 1,000 plastic cubes, created a similar product, and shipped it to market before the Fidget Cube had a chance to reach backers. He used WordPress and WooCommerce to sell Stress Cubes grossing him nearly $350K in two months.</p>\n<h2>Why WordPress in Education</h2>\n<p>Jared Bennett <a href=\"https://dev.commons.hwdsb.on.ca/2017/02/08/why-wordpress-in-education/\">explains</a> how the <a href=\"http://www.hwdsb.on.ca/\">Hamilton Wentworth District School Board</a> uses WordPress. “We run over 100 individual school websites on a WordPress Multisite Network, and back in May of 2011, we launched the HWDSB Commons: a second Multisite Network which now hosts over 8,000 blogs for over 30,000 users,” Bennett said.</p>\n<p>Bennett <a href=\"https://github.com/hwdsbcommons/\">shares links</a> to plugins the team created to solve specific issues such as comment moderation in BuddyPress and blocking specific modules in Jetpack. Since WordPress is free as in beer, it allows his school board to spend public money in a more responsible way.</p>\n<p>“In the WordPress ecosystem we operate in, I pay for functionality to be developed, and I share it openly on platforms like the WordPress plugin repository, or on sites like <a href=\"https://github.com/hwdsbcommons/\">Github,</a>” Bennett said.</p>\n<p>“The money you would have spent to enable the previously developed functionality, you can now spend on something else, something that I might benefit from. Think about how much more responsible this model is, particularly when we are talking about spending public money.</p>\n<p>“We are all contributing; and the community benefits from those contributions; and our money — and the functionality of our platforms — improves exponentially faster than if we were all spending our money paying the private company over and over for code that has already been paid for by previous customers.”</p>\n<p>To learn more about WordPress in education, listen to <a href=\"https://wptavern.com/wpweekly-episode-261-wordpress-for-schools-with-cameron-barrett\">episode 261</a> of WordPress Weekly where we interview Cameron Barrett, founder of <a href=\"http://schoolpress.co/\">SchoolPresser, LLC</a>. Barrett explains how he negotiated and helped migrate Newark New Jersey’s public school system from a proprietary CMS to WordPress.</p>\n<h2>WP101 Plugin Now Has WooCommerce and Jetpack Videos</h2>\n<p>The <a href=\"https://wp101plugin.com/\">WP101 plugin</a> has added Jetpack and WooCommerce training videos. This is in addition to the Yoast SEO and WordPress training videos.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Huge update for our WP101 Plugin! It now includes WooCommerce and Jetpack videos. That’s 90 videos for your clients! <a href=\"https://t.co/6jtzj1JgkC\">https://t.co/6jtzj1JgkC</a> <a href=\"https://t.co/CByYvd61Xi\">pic.twitter.com/CByYvd61Xi</a></p>\n<p>— WordPress 101 (@WP101) <a href=\"https://twitter.com/WP101/status/829455708802408452\">February 8, 2017</a></p></blockquote>\n<p></p>\n<h1 class=\"entry-title\">Adding Meta Fields to a Widget Sidebar Section</h1>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Example for how to add meta fields/controls to a widget sidebar section in the customizer: <a href=\"https://t.co/aMadLioQn6\">https://t.co/aMadLioQn6</a> <a href=\"https://twitter.com/hashtag/javascript?src=hash\">#javascript</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a></p>\n<p>— Weston Ruter ⚡ (@westonruter) <a href=\"https://twitter.com/westonruter/status/829799276976828417\">February 9, 2017</a></p></blockquote>\n<p></p>\n<h2>WP Sessions Developer Survey</h2>\n<p>WP Sessions is conducting a <a href=\"http://wpsessions.com/developer-survey/\">developer survey</a> to find out about the tools developers use. Results will be anonymized and shared in aggregate in a few weeks.</p>\n<h2>Widget Logic Has a New Maintainer</h2>\n<p><a href=\"https://wordpress.org/plugins/widget-logic/\">Widget Logic</a>, a popular plugin actively installed on more than 300K sites, has a <a href=\"https://profiles.wordpress.org/wpchefgadget/\">new maintainer</a> named <a href=\"https://profiles.wordpress.org/wpchefgadget/#content-plugins\">WPChef</a>. The plugin was created nine years ago by <a href=\"https://profiles.wordpress.org/alanft/\">Alanft</a>. Prior to WPChef gaining commit access, the last time Widget Logic was updated was <a href=\"https://plugins.trac.wordpress.org/browser/widget-logic/tags/0.57?rev=1592418\">two years ago</a>.</p>\n<p>After gaining access, WPChef released Widget Logic 5.7.0. This version fixed a PHP 7 compatibility issue, a conflict with WPML, added a new default load logic point, and a Ukrainian translation. In addition to bug fixes, a global admin notice to install Limit Login Attempts Reloaded was also added. Limit Login Attempts Reloaded is a separate plugin owned and maintained by WPChef.</p>\n<p><img />Limit Login Attempts Reloaded Admin NoticeThe wording of the notice and appearing globally caused some users to <a href=\"https://wordpress.org/support/topic/incorrect-widget-logic-team-security-recommendation/\">be concerned</a> or upset. Some users responded to the update by <a href=\"https://wordpress.org/support/plugin/widget-logic/reviews/?filter=1\">writing 1-star reviews</a>. After a user <a href=\"https://wordpress.org/support/topic/taking-over-and-forking-this-plugin/#post-8781763\">described the notice</a> as sounding like fake news, WPChef changed it.</p>\n<h2>From SupportPress to Help Scout!</h2>\n<p>The WordPress.org community team is moving away from <a href=\"https://supportpress.com/\">SupportPress</a> to Help Scout. The move opens up a number of possibilities as Help Scout offers a lot of features that are non-existent in SupportPress.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/community/2017/02/09/moving-from-supportpress-to-help-scout/\">Moving from SupportPress to Help Scout</a></p></blockquote>\n<p></p>\n<h2>Plush Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/Wapuu?src=hash\">#Wapuu</a> army is taking over <a href=\"https://twitter.com/hashtag/WordCamp?src=hash\">#WordCamp</a> US <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f60d.png\" alt=\"?\" class=\"wp-smiley\" /><a href=\"https://twitter.com/hashtag/wcus?src=hash\">#wcus</a> <a href=\"https://twitter.com/hashtag/wcus2016?src=hash\">#wcus2016</a> <a href=\"https://t.co/Giyt3KFsnF\">pic.twitter.com/Giyt3KFsnF</a></p>\n<p>— Musannif (@mzahir) <a href=\"https://twitter.com/mzahir/status/805133225127510016\">December 3, 2016</a></p></blockquote>\n<p></p>\n<p>This plush Wapuu which was given away at WordCamp US 2016 as part of the event’s swag was a huge hit with attendees and their children. I have one myself and the quality is superb.</p>\n<p>That’s it for issue seventeen. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Feb 2017 22:16:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 2.8.0 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=263679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://buddypress.org/2017/02/buddypress-2-8-0-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1158:\"<p>BuddyPress 2.8.0 Release Candidate 1 is now available for testing. Please <a href=\"https://downloads.wordpress.org/plugin/buddypress.2.8.0-RC1.zip\">download the 2.8.0-RC1 zip</a> or get a copy via our Subversion repository.</p>\n<p>This is our last chance to find any bugs that slipped through the beta process. So please test with your themes and plugins. We plan to release BuddyPress 2.8.0 next Wednesday, February 15.</p>\n<p>A detailed changelog will be part of our official release notes, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2017/01/buddypress-2-8-0-beta-1/\">2.8.0 Beta 1</a> release.</p>\n<p>Release Candidate means we are in string freeze, so translators should feel confident in finishing their BuddyPress translations in <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress\">GlotPress</a>.</p>\n<p>Let us know of any issues you find in <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org\">our development tracker</a>.</p>\n<p>Thanks in advance for giving the release candidate a test drive!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Feb 2017 20:51:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Slava Abakumov\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Creative Commons’ New Search Tool is Now in Beta, Pulls CC Images from Multiple Sources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65809\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/creative-commons-new-search-tool-is-now-in-beta-pulls-cc-images-from-multiple-sources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5467:\"<p>If you’ve been wearing out Unsplash images on your blog, it’s time to take another look at Creative Commons. The site has just <a href=\"https://creativecommons.org/2017/02/07/new-cc-search/\" target=\"_blank\">launched the beta</a> of its new multi-source search interface. Unlike the <a href=\"https://search.creativecommons.org/\" target=\"_blank\">current search tool</a>, which will only search one source by sending the visitor offsite, <a href=\"https://ccsearch.creativecommons.org/\" target=\"_blank\">CC Search</a> loads the results from multiple sources onsite.</p>\n<p>The Commons includes approximately 1.1 billion works in various formats – literary works, videos, photos, audio, scientific research, and other formats. As half of these works are estimated to be images, the prototype for the new search tool focuses on this format.</p>\n<p>“Our goal is to cover the whole commons, but we wanted to develop something people could test and react to that would be useful at launch,” Creative Commons CEO Ryan Merkley said. “To build our beta, we settled on a goal to represent one percent of the known Commons, or about 10 million works, and we chose a vertical slice of images only, to fully explore a purpose-built interface that represented one type but many providers.”</p>\n<p>CC Search currently pulls CC-licensed images from Rijksmuseum, Flickr, 500px, the New York Public Library, and the Metropolitan Museum of Art. This includes 200,000 new images from the collection of <a href=\"https://creativecommons.org/2017/02/07/met-announcement/\" target=\"_blank\">375,000 digital works that the Met released under CC0</a> this week.</p>\n<p>In addition to the new search interface, the beta includes social tools that allow users to curate and share their own lists, add tags and favorites, and save searches. One-click attribution is built in, making it easy for users to properly attribute the works.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/cc-search.png?ssl=1\"><img /></a></p>\n<p>As Creative Commons is a small organization and fairly lean on resources, the new search was built by a single contractor over seven months. Software engineer Liza Daly was selected to <a href=\"https://hackernoon.com/cc-search-developer-notes-and-reflection-418271194682#.6f8mudh02\" target=\"_blank\">research and build a proof-of-concept for CC Search</a>, a project which she understood to be “a front door to the universe of openly licensed content.”</p>\n<p>“CC Search is meant to make material more discoverable regardless of where it is hosted,” Daly said. “For this reason (and for obvious cost-saving objectives), we decided to host only image metadata — title, creator name, any known tags or descriptions — and link directly to the provider for image display and download. A consequence of this is that CC Search only includes images which are currently available on the web; CC is not collecting or archive any images itself.”</p>\n<p>Daly built the search feature on AWS cloud infrastructure using Python, Django, Postgres, and Elasticsearch. The beta has estimated hosting costs of $1,400/month. She opted for Python, because she was most familiar with it.</p>\n<p>“As the prototype evolved, we decided the opportunity for an engaging front door to the Commons lay in curation and personalization,” Daly said. “Because of its dedicated maintenance team and frequent patch management, I chose Django as the web framework.” She chose Elasticsearch over Solr (and other options) primarily because of the AWS’s Elasticsearch-as-a-service.</p>\n<p>“CC Search is not, at this time, a particularly sophisticated search application; image metadata is relatively simple and when dealing with a heterogeneous content set from a diversity of providers, one tends towards a lowest-common-denominator approach — our search can only be as rich as our weakest data source,” Daly said. “There is much to be improved here.”</p>\n<p>Daly also described an interesting idea for adding a blockchain-type architecture that would record licensing transactions, sharing, and gratitude in a distributed way. This idea falls outside of the scope of the MVP but may be something the project’s future developers will consider when implementing the final version.</p>\n<p>“A long-term goal of this project is to facilitate not only search and discovery, but also reuse and ‘gratitude,\'” Daly said. “A frequent complaint about open licenses in general — both for creative works and software code — is that contributing to the commons can be a thankless task. There are always more consumers than contributors, and there’s no open web equivalent to a Facebook ‘like.\'”</p>\n<p>Other future improvements that the team will consider based on user feedback include adding more content partners, more tools for customizing lists, allowing users to search from their own curated material, and giving trusted users the ability to push metadata back into the collection. Search filters may also be expanded to allow for searching by color, drilling down into tags, and searching public lists.</p>\n<p>Check out the beta for the new CC Search at <a href=\"https://ccsearch.creativecommons.org/\" target=\"_blank\">ccsearch.creativecommons.org</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Feb 2017 05:42:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Google Webmaster Tools Fixes Confusing Messages About Updating WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/google-changes-the-wording-of-its-wordpress-update-notifications\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4148:\"<p>In 2009, <a href=\"https://webmasters.googleblog.com/2009/11/new-software-version-notifications-for.html\">Google announced</a> it would send notifications via <a href=\"https://www.google.com/webmasters/tools/\">Webmaster Tools</a> to site owners that new versions of software are available E.g. Joomla, Drupal, or WordPress.</p>\n<p>WordPress 4.7.2 <a href=\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\">was released</a> at the end of January. It patched a critical security vulnerability with the REST API that is <a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\">being actively exploited</a> in the wild. Site owners who updated to 4.7.2 are <a href=\"https://productforums.google.com/forum/?hl=en#!category-topic/webmasters/QwkXrbyzKBA\">receiving Google Alerts</a> that their sites are out of date.</p>\n<blockquote><p>Recommended WordPress update available for<span dir=\"ltr\"><a>http://www.example.com/</a></span></p>\n<div dir=\"ltr\">\n<div>\n<p>To: Webmaster of <span dir=\"ltr\"><a>http://www.example.com/</a></span>,</p>\n<p>Google has detected that your site is currently running WordPress 4.7.0 or 4.7.1, an older version of WordPress. Outdated or unpatched software can be vulnerable to hacking and malware exploits that harm potential visitors to your site. Therefore, we suggest you update the software on your site as soon as possible.</p>\n<p>Following are one or more example URLs where we found pages that have outdated software. The list is not exhaustive.</p>\n<p dir=\"ltr\"><a href=\"https://www.example.com/123/\" target=\"_blank\" rel=\"nofollow\">https://www.example.com/123/</a></p>\n<p dir=\"ltr\"><a href=\"https://www.example.com/456/\" target=\"_blank\" rel=\"nofollow\">https://www.example.com/456/</a></p>\n<p dir=\"ltr\"><a href=\"https://www.example.com/789/\" target=\"_blank\" rel=\"nofollow\">https://www.example.com/789/</a></p>\n</div>\n</div>\n</blockquote>\n<p dir=\"ltr\">Some of the people who received notices thought the email was a phishing attempt as WordPress is misspelled using a lower-case p. Others <a href=\"https://productforums.google.com/d/msg/webmasters/QwkXrbyzKBA/z_4hg5s5BwAJ\">expressed confusion and anxiety</a> receiving notices despite having already updated their sites.</p>\n<p dir=\"ltr\">WordPress powered sites contain a meta generator that Google uses to detect which version is running.</p>\n<p dir=\"ltr\">< meta name=”generator” content=”WordPress 4.7.1″ /></p>\n<p dir=\"ltr\">However, Google does not monitor pages in real-time. If a site owner updates to WordPress 4.7.2 but the page indexed by Google is running 4.7.1, they’ll receive a notice.</p>\n<p dir=\"ltr\">Juan Felipe Rincón, Webmaster Outreach at Google, <a href=\"https://productforums.google.com/d/msg/webmasters/QwkXrbyzKBA/25QwebHfBwAJ\">responded </a>to the forum thread and confirmed the issues reported by users, “Definitely a problem on our end,” Rincón said.</p>\n<p dir=\"ltr\">“We’re sorry for causing confusion in the messaging and for the swirl this created for many of you and your users or client base.”</p>\n<p dir=\"ltr\">Google was aware that notices would be sent to site owners who already updated but chose to send them anyway due to the seriousness of the vulnerability.</p>\n<p dir=\"ltr\">“However, we underestimated the number of sites that had already patched, and our messaging gave no room for interpretation or letting website owners know that if they had already upgraded they could ignore the message safely,” Rincón said.</p>\n<p dir=\"ltr\">Google has implemented the following changes to improve its update notification system:</p>\n<ul>\n<li dir=\"ltr\">Messages have stopped being delivered for now but will resume shortly.</li>\n<li dir=\"ltr\">The messages have been reworded to be clearer.</li>\n<li dir=\"ltr\">Additional checks have been added to reduce the number of notifications sent to owners who already updated.</li>\n</ul>\n<p>If you’ve updated WordPress to 4.7.2, you can safely disregard the notices.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Feb 2017 23:55:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WordCamp Miami 2017 to Host JavaScript Track, AMA Spots, and 2-Day Kids’ Camp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wordcamp-miami-2017-to-host-javascript-track-ama-spots-and-2-day-kids-camp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4451:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/wordcamp-miami-2017.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2017.miami.wordcamp.org/\" target=\"_blank\">WordCamp Miami</a> is sporting an 80’s theme this year for its 9th year running. The team of 12 organizers is expecting more than 800 attendees and will host 60+ local and global speakers, including new speakers from India, Australia, Poland, Canada, and other international locations.</p>\n<p>As in previous years, WordCamp Miami is a multi-day smorgasbord of WordPress networking and educational opportunities with workshops for all ages. The event is bringing back the two-day Kids’ Camp and Kids’ Panel it hosted last year. David Bisset, one of the organizers, is expecting approximately 50 attendees and said the team is seeing an even greater increase of parents and kids than previous years, based on more kids’ tickets being purchased earlier.</p>\n<p>This year the Kids’ Camp will focus on blogging and coding and children will even get their own attendee bags. Kids will also receive free hosting and a free domain name, thanks to a donation from a sponsor. The <a href=\"https://2017.miami.wordcamp.org/2017/01/17/speaker-call-opening-for-kids/\" target=\"_blank\">call for speakers for kids</a> aged 7-18 is now open.</p>\n<p>WordCamp Miami will be hosting three workshops on the Friday leading up to the main event: a Beginner’s workshop, a Freelance workshop, and the WP REST API / BuddyCamp workshop. This is the fifth consecutive year for BuddyCamp and attendees will have the opportunity to learn more about building mobile applications with BuddyPress and the WordPress REST API.</p>\n<p>The “Learn JavaScript Deeply” track is returning in 2017, featuring local and international JS developers. So far WordCamp Miami is the only camp to have an entire track devoted to JavaScript. Organizers have designed the format of the track to be duplicated by other camps that want to include more JS content.</p>\n<p>The event’s organizers usually attempt to get “<a href=\"https://2017.miami.wordcamp.org/2017/02/03/why-its-important-for-outside-the-bubble-perspectives-at-wordcamps/\" target=\"_blank\">outside the WordPress bubble</a>” by inviting speakers with experience in other platforms to share with attendees. This year’s lineup includes two sessions from members of the Drupal and Joomla communities. Mike Herchel, a front-end web developer at Lullabot, will present a session titled “WordPress & Drupal: Community and Contribution Differences and Lessons.” Aleksander Kuczek, CEO of Perfect Dashboard and a Joomla Extension Directory team member, will be speaking about how Joomla handles plugin contributions.</p>\n<p>Other focus topics during the main event include customizing/extending WordPress, e-commerce, mental health, content marketing, and building a better business (from freelancers to agencies). Organizers have also reduced the time for speakers a little in order to introduce some “AMA” spots. The new format will feature prominent people in the community who will be available to simply answer questions from attendees. The guests for the AMA spots are still being finalized, but Bisset said one example is a representative from Sucuri and will be available to answer any questions regarding security.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/rate-my-talk.gif?ssl=1\"><img /></a>WordCamp Miami will also debut the “<a href=\"http://davidbisset.com/results-of-my-live-rate-my-talk-with-emoji-at-wpcampus/\" target=\"_blank\">Rate My Talk With Emoji</a>” app that Bisset developed for attendees to give “live speaker feedback” while sessions are happening. He said the team is hoping to have the speakers decide on which emoji should be available, but if there are problems with pre-event testing they will pre-select emoji. At this time they are not planning on including any negative ones. Speakers will have access to their results after the conference.</p>\n<p>WordCamp Miami would not be possible without the event’s army of volunteers. Bisset said organizers are still looking for <a href=\"http://davidbisset.us6.list-manage2.com/subscribe?u=8f9242549d66d09eceb714b54&id=046ea0475e\" target=\"_blank\">volunteers</a> to help out before and during the event.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Feb 2017 20:22:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: OSTraining Partners with GoDaddy to Launch Free WordPress Beginner Course on YouTube\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65805\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/ostraining-partners-with-godaddy-to-launch-free-wordpress-beginner-course-on-youtube\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4409:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/ostraining-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.ostraining.com\" target=\"_blank\">OSTraining</a> has launched a free <a href=\"https://www.youtube.com/playlist?list=PLtaXuX0nEZk-rRfsl8lclMY5TncDmAUBm\" target=\"_blank\">40-video WordPress Beginner course</a> on YouTube, thanks to a sponsorship from GoDaddy. The open source software education site has created more than 3,000 videos for PHP platforms like WordPress, Joomla, Magento, and Drupal. This particular course, which has all new information for WordPress 4.7, was inspired by the company’s success in launching a free Drupal 8 course in 2016.</p>\n<p>“The original idea was a happy accident,” CEO Steve Burge said. “We did a <a href=\"https://www.kickstarter.com/projects/stevebure/drupal-8-training-videos-help-us-make-drupal-magic\" target=\"_blank\">Kickstarter project</a> based around the launch of Drupal 8. That involved about 200 free videos, spread over several classes. The main class was ‘The Drupal 8 Beginner class’ and it went viral, getting over <a href=\"https://www.ostraining.com/blog/news/1-million/\" target=\"_blank\">1 million views in a year</a>.”</p>\n<p>The Kickstarter campaign raised more than $12K towards its $10K funding goal. It was the first time OSTraining produced a free course. Once the videos were released, Burge and his team were amazed by how popular the course became.</p>\n<p>“It led us to re-think our business approach,” Burge said. “Rather than putting everything behind a paywall, we realized the power of giving away our best beginner material. From a business perspective, that made sense so long as we could find a sponsor.”</p>\n<p>OSTraining worked with Topher DeRosia to film the WordPress Beginner course after securing a sponsorship from GoDaddy. Although the company has done multiple versions of its beginner class over the years, with updates for changes in each release, WordPress 4.7 presents a new opportunity for content longevity.</p>\n<p>“We hope that by targeting 4.7 this class will last longer than most, because the new release cycle means a new version won’t be here in a couple of months,” Burge said.</p>\n<p>In addition to beginner topics like how to install WordPress, write posts, and use the media library, the course also includes information on getting started with WordPress plugins like NinjaForms and Jetpack. The last few videos cover more advanced topics like security, spam, staging, and performance.</p>\n<p>Although the <a href=\"https://www.youtube.com/channel/UCpJf6LGZ0a4n9Lj4aVt9spg/\" target=\"_blank\">official WordPress YouTube channel</a> doesn’t have much educational content for beginners, the WordPress community in general is gaining a stronger presence on YouTube. Searching for “WordPress” turns up more than five million videos in many different languages. Educational topics like “How to make a WordPress website” and other tutorials are the most popular.</p>\n<p>WordPress businesses are also starting to see the value of having a solid presence on YouTube. Last year Automattic started beefing up its <a href=\"https://www.youtube.com/channel/UCvP5cfpfIgkb0Dt8o7Qt21A\" target=\"_blank\">channel</a> with a steady stream of new videos, including ads and tutorials for WordPress.com. Other large WordPress companies like <a href=\"https://www.youtube.com/user/iThemescom\" target=\"_blank\">iThemes</a>, <a href=\"https://www.youtube.com/user/wpbeginner/\" target=\"_blank\">WPBeginner</a>, and <a href=\"https://www.youtube.com/user/yoastcom/\" target=\"_blank\">Yoast</a> are publishing hundreds of free videos to YouTube, generating millions of views and thousands of subscribers.</p>\n<p>After finding success on YouTube with the free Drupal 8 videos, OSTraining has also launched a free <a href=\"https://www.youtube.com/playlist?list=PLtaXuX0nEZk9eL59JGE3ny-_GAU-z5X5D\" target=\"_blank\">Magento 2</a> course and has a free Joomla course on the way.</p>\n<p>“Getting more than 1 million views of the Drupal class really opened our eyes,” Burge said. “It’s almost like the difference between free, open source software and expensive, closed source software. You can reach so many more people by giving it away free.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Feb 2017 05:48:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Dougal Campbell: Good Breakdown of Recent WordPress Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=81297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://dougal.gunters.org/blog/2017/02/08/good-breakdown-of-recent-wordpress-vulnerability/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2977:\"<div class=\"featured-image align-right\"><img width=\"150\" height=\"150\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2008/10/wordpress-wednesday-150x150.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" /></div><p>The <a href=\"https://blog.sucuri.net/\">Sucuri Blog</a> has a good dissection of the recent critical <a href=\"https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html\">WordPress REST API vulnerability</a>. I won’t rehash the details here, but I did want to point out that this is why developers should remember to follow these two rules of defensive programming:</p>\n<ol>\n<li>Sanitize inputs as early as possible</li>\n<li>Sanitize outputs as late as possible</li>\n</ol>\n<p>In this case, there was a failure to follow the first rule. There are a couple of different places where this could have been handled better.</p>\n<p>For one, unless there is a good reason to allow <strong><code>GET</code></strong> or <strong><code>POST</code></strong> variables to override a URL placeholder parameter, then that should be handled appropriately. If there is a reason for it, then those values should be forced to comply with the regular expression or data type that is expected.</p>\n<p>The other failure, beyond simple sanitizing, is that the logic of the <strong><code>update_item_permission_check()</code></strong> method simply didn’t properly account for the failure to retrieve a valid result from <strong><code>get_post()</code></strong>. This function will return post data either as an object or an array (depending on parameters), or <strong><code>null</code></strong> upon failure. The logic of the first conditional was looking for a valid post <em>and</em> invalid permissions on the post as an error condition:</p>\n<pre><code>if ( $post && ! $this->check_update_permission( $post ) ) {\n return new WP_Error( \'rest_cannot_edit\', \n __( \'Sorry, you are not allowed to edit this post.\' ), \n array( \'status\' => rest_authorization_required_code() ) );\n}</code></pre>\n<p>Instead, it should have reversed the valid post logic, and looked for <em>not</em> a valid post, <em>or</em> invalid permissions:</p>\n<pre><code>if ( <strong>! $post ||</strong> ! $this->check_update_permission( $post ) ) {\n return new WP_Error( \'rest_cannot_edit\', \n __( \'Sorry, you are not allowed to edit this post.\' ), \n array( \'status\' => rest_authorization_required_code() ) );\n}</code></pre>\n<p>And for good measure, it should probably check whether the return value was an instance of <strong><code>WP_Error</code></strong>, for future-proofing. This small change would have detected an invalid post ID, and still performed a valid permissions check for existing posts.</p>\n<p>Okay boys and girls, let’s say it all together now… “Security is hard.”</p>\n<p> </p>\n<div class=\"yarpp-related-rss yarpp-related-none\">\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Feb 2017 01:46:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Dougal Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WPWeekly Episode 262 – Interview With Morten Rand-Hendriksen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=65818&preview=true&preview_id=65818\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wpweekly-episode-262-interview-with-morten-rand-hendriksen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2668:\"<p>On this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a> to discuss his <a href=\"https://mor10.com/the-case-for-wordpress-telemetry/\">WordPress Telemetry proposal</a>. We discuss the potential benefits of having an opt-in usage data collection system that could help core developers and others make informed decisions. Rand-Hendriksen also shares what he’s learned from <a href=\"https://www.lynda.com/Morten-Rand-Hendriksen/725535-1.html\">teaching WordPress</a> at Lynda.com, on how difficult it is for new users to grasp WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/blogvault-security-breach-infects-customers-sites-with-malware\">BlogVault Security Breach Infects Customers’ Sites With Malware</a><br />\n<a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\">WordPress REST API Vulnerability is Being Actively Exploited, Hundreds of Thousands of Sites Defaced</a><br />\n<a href=\"https://wptavern.com/wp-super-cache-1-4-9-patches-multiple-xss-vulnerabilities\">WP Super Cache 1.4.9 Patches Multiple XSS Vulnerabilities</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/content-locker/\">Content Locker</a> is a tool that allows you to configure content to be behind a paywall. Visitors can pay for content by liking, sharing, or registering an account.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-jump/\">WP Jump</a> allows you to bookmark your site in the admin bar. This plugin is useful if you have several, local or online, WordPress installations.</p>\n<p><a href=\"https://wordpress.org/plugins/sidebar-content-clone/\">Sidebar Content Clone</a> is a handy solution for easily duplicating or cloning all widgets from one sidebar to another sidebar. It can also clear all widgets from a sidebar with a single click.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 15th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #262:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Feb 2017 01:03:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WP Super Cache 1.4.9 Patches Multiple XSS Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65664\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wp-super-cache-1-4-9-patches-multiple-xss-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2318:\"<p><a href=\"https://wordpress.org/plugins/wp-super-cache/\">WP Super Cache</a> is a <a href=\"https://odd.blog/2007/11/05/wordpress-super-cache-01/\">nearly 10-year-old</a> plugin that is maintained by <a href=\"https://odd.blog/\">Donncha Ó Caoimh</a> and is actively installed on more than a million sites. Releases have been far and few between, but Ó Caoimh <a href=\"https://odd.blog/2017/02/03/wp-super-cache-1-4-9/\">has released</a> WP Super Cache 1.4.9 that patches cross-site-scripting vulnerabilities on the settings page.</p>\n<p>“Those pages are only accessible by admin users so an anonymous visitor to your site can’t come along and enable it to steal your login cookies but along with those fixes come many bug fixes so it’s worth upgrading if you’re using an old version,” Ó Caoimh said.</p>\n<p>In addition to patching security vulnerabilities, this release also contains a number of bug fixes. There’s <a href=\"https://github.com/Automattic/wp-super-cache/pull/174\">also a fix</a> in this version for those who host a lot of sites that use WP Super Cache and are running into issues with semaphores due to the possibility of users using file locking.</p>\n<p>If you’re running into this issue and need to disable file locking completely, Ó Caoimh suggests setting the WPSC_DISABLE_LOCKING constant in a global config file. “The file locking simply slowed down how fast cache files were created and is a hold-over from WP Cache when that plugin used to write directly to the cache files,” Ó Caoimh said.</p>\n<p>“This plugin writes to temporary files before moving to the final cache files so that locking isn’t really needed, but some sites still use it which is why it’s still around.”</p>\n<p>Ó Caoimh is already hard at work on the next version of WP Super Cache with an effort towards <a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">moving legacy cache files</a> into supercache directories. This will improve performance and make the files easier to maintain.</p>\n<p>Users are encouraged to update to 1.4.9 as soon as possible. To see a detailed list of changes and bug fixes, visit the <a href=\"https://wordpress.org/plugins/wp-super-cache/changelog/\">plugin’s changelog</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Feb 2017 04:26:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 04 Mar 2017 05:07:57 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"375867\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 04 Mar 2017 05:00:11 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(3335,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1488647278','no'),(3336,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1488604078','no'),(3337,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1488647278','no'),(3338,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Mar 2017 04:33:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Akismet checks your comments and contact form submissions against our global database of spam to protect you and your site from malicious content.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Search Engine (SEO) & Performance Optimization (WPO) via caching. Integrated caching: CDN, Minify, Page, Object, Fragment, Database support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"UpdraftPlus WordPress Backup Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"NextGEN Gallery - WordPress Gallery Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16.5 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection, backups, speed, and email list management.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Secure your website with the most comprehensive WordPress security plugin. Firewall, malware scan, blocking, live traffic, login security & more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Displays Google Analytics stats in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"SiteOrigin Widgets Bundle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/so-widgets-bundle/#post-67824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 May 2014 14:27:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"67824@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 04 Mar 2017 05:07:59 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Sat, 04 Mar 2017 05:08:30 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sat, 04 Mar 2017 04:33:30 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(3339,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1488647279','no'),(3340,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1488604079','no'),(3341,'_transient_timeout_plugin_slugs','1494489536','no'),(3342,'_transient_plugin_slugs','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:30:\"caldera-forms/caldera-core.php\";i:2;s:56:\"elegant-themes-updater-master/elegant-themes-updater.php\";i:3;s:9:\"hello.php\";i:4;s:19:\"monarch/monarch.php\";i:5;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:6;s:41:\"wordpress-importer/wordpress-importer.php\";i:7;s:27:\"wp-super-cache/wp-cache.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(3376,'wpseo','a:23:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"4.4\";s:12:\"company_logo\";s:88:\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\";s:12:\"company_name\";s:26:\"Air Tech International LLC\";s:17:\"company_or_person\";s:7:\"company\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:22:\"Air Tech International\";s:22:\"alternate_website_name\";s:3:\"ATI\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";b:0;}','yes'),(3377,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(3378,'wpseo_titles','a:75:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:13:\"title-project\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-project\";s:0:\"\";s:15:\"metakey-project\";s:0:\"\";s:15:\"noindex-project\";b:0;s:16:\"showdate-project\";b:0;s:19:\"hideeditbox-project\";b:0;s:23:\"title-ptarchive-project\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-project\";s:0:\"\";s:25:\"metakey-ptarchive-project\";s:0:\"\";s:25:\"bctitle-ptarchive-project\";s:0:\"\";s:25:\"noindex-ptarchive-project\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:26:\"title-tax-project_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-project_category\";s:0:\"\";s:28:\"metakey-tax-project_category\";s:0:\"\";s:32:\"hideeditbox-tax-project_category\";b:0;s:28:\"noindex-tax-project_category\";b:0;s:21:\"title-tax-project_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-project_tag\";s:0:\"\";s:23:\"metakey-tax-project_tag\";s:0:\"\";s:27:\"hideeditbox-tax-project_tag\";b:0;s:23:\"noindex-tax-project_tag\";b:0;}','yes'),(3379,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"3dc505815830cf3a2a90e3177aa08e23\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(3380,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(3381,'wpseo_internallinks','a:13:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;s:26:\"post_types-project-maintax\";i:0;s:34:\"taxonomy-project_category-ptparent\";i:0;s:29:\"taxonomy-project_tag-ptparent\";i:0;}','yes'),(3382,'wpseo_xml','a:19:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:33:\"post_types-project-not_in_sitemap\";b:0;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;s:42:\"taxonomies-project_category-not_in_sitemap\";b:0;s:37:\"taxonomies-project_tag-not_in_sitemap\";b:0;}','yes'),(3383,'wpseo_flush_rewrite','1','yes'),(3384,'wpseo_sitemap_1_cache_validator','4I9Z2','no'),(3385,'wpseo_sitemap_page_cache_validator','3uOO8','no'),(3490,'wpseo_sitemap_scope_cache_validator','2TORE','no'),(3491,'wpseo_sitemap_layout_type_cache_validator','2TORK','no'),(3492,'wpseo_sitemap_module_width_cache_validator','2TORP','no'),(3496,'wpseo_sitemap_post_cache_validator','4I9Z8','no'),(3501,'wpseo-gsc-refresh_token','1/suKUSqAGZ_dZXPuBkO2OCKt0PWSAovul1JhH4FkYF9k','yes'),(3502,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/suKUSqAGZ_dZXPuBkO2OCKt0PWSAovul1JhH4FkYF9k\";s:12:\"access_token\";s:132:\"ya29.Gl0ABfxofzyFqhIfIKGP8RUSyd7Tf1r4s5eeXoCoqSzfIgg5lg0f1nRV0hFy5HUrEn7341TlCN8EP7iz-e4cV50pRi5qIaX1Ifu0rdRm_KZfq7-JtK66hZpiebBAbNQ\";s:7:\"expires\";i:1510293040;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1510289440;}','yes'),(3503,'wpseo-gsc','a:1:{s:7:\"profile\";s:28:\"http://www.digital2grow.com/\";}','yes'),(3506,'wpseo_gsc_issues_counts','a:0:{}','yes'),(3510,'wpseo_sitemap_cache_validator_global','4qlBl','no'),(3591,'wpseo_gsc_last_fetch','1489837670','no'),(3769,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1490958731','yes'),(3770,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4321;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2463;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2354;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:1964;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1812;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1569;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1529;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1417;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1321;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1316;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1300;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1265;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1251;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1075;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1037;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1020;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:978;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:900;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:808;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:775;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:773;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:756;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:747;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:661;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:649;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:641;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:638;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:632;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:632;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:603;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:593;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:583;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:583;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:565;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:563;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:562;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:557;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:551;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:535;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:526;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:519;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:516;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:498;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:494;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:486;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:485;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:477;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:472;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:460;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:459;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:451;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:450;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:441;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:433;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:428;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:425;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:419;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:414;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:403;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:398;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:396;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:395;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:391;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:389;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:389;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:388;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:371;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:365;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:358;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:354;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:342;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:331;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:329;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:328;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:325;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:319;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:317;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:317;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:316;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:314;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:304;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:303;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:289;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:289;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:281;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:281;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:279;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:278;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:277;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:277;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:275;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:269;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:267;}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";i:266;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:263;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:262;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:261;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:260;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:260;}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";i:260;}}','yes'),(3775,'CF_DB','4','yes'),(3776,'widget_caldera_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3778,'_calderaforms_lastupdate','1.5.0.9','yes'),(3779,'_caldera_forms_styleincludes','a:3:{s:5:\"alert\";b:1;s:4:\"form\";b:1;s:4:\"grid\";b:1;}','yes'),(3780,'_caldera_forms_forms','a:1:{s:15:\"CF58de2ffb8dace\";s:15:\"CF58de2ffb8dace\";}','no'),(3781,'CF58de2ffb8dace','a:22:{s:13:\"_last_updated\";s:31:\"Fri, 31 Mar 2017 11:38:24 +0000\";s:2:\"ID\";s:15:\"CF58de2ffb8dace\";s:10:\"cf_version\";s:7:\"1.5.0.6\";s:4:\"name\";s:12:\"Lead Inquiry\";s:10:\"scroll_top\";i:0;s:11:\"description\";s:7:\" \";s:7:\"success\";s:51:\"Form has been successfully submitted. Thank you. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:11:\"fld_6009157\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:4:{s:11:\"fld_8768091\";s:3:\"1:1\";s:11:\"fld_9970286\";s:3:\"1:1\";s:11:\"fld_6009157\";s:3:\"1:1\";s:11:\"fld_7908577\";s:3:\"2:1\";}s:9:\"structure\";s:5:\"12|12\";}s:6:\"fields\";a:4:{s:11:\"fld_8768091\";a:8:{s:2:\"ID\";s:11:\"fld_8768091\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First name\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";}}s:11:\"fld_9970286\";a:8:{s:2:\"ID\";s:11:\"fld_9970286\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last name\";s:4:\"slug\";s:9:\"last_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";}}s:11:\"fld_6009157\";a:8:{s:2:\"ID\";s:11:\"fld_6009157\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";}}s:11:\"fld_7908577\";a:7:{s:2:\"ID\";s:11:\"fld_7908577\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:9:\"Send Form\";s:4:\"slug\";s:9:\"send_form\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:26:\"Caldera Forms Notification\";s:12:\"sender_email\";s:21:\"redhawx10@hotmail.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:18:\"atifa.oj@gmail.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:12:\"Lead Inquiry\";s:13:\"email_message\";s:9:\"{summary}\";}s:10:\"processors\";a:1:{s:11:\"fp_17689566\";a:5:{s:2:\"ID\";s:11:\"fp_17689566\";s:8:\"runtimes\";a:1:{s:6:\"insert\";i:1;}s:4:\"type\";s:14:\"auto_responder\";s:6:\"config\";a:6:{s:11:\"sender_name\";s:10:\"Site Admin\";s:12:\"sender_email\";s:21:\"redhawx10@hotmail.com\";s:7:\"subject\";s:21:\"Contact auto-response\";s:14:\"recipient_name\";s:24:\"%first_name% %last_name%\";s:15:\"recipient_email\";s:15:\"%email_address%\";s:7:\"message\";s:159:\"Hi %recipient_name%.\nThanks for your email.\nWe\'ll get get back to you as soon as possible!\nHere\'s a summary of your message:\n------------------------\n{summary}\";}s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}}}s:18:\"conditional_groups\";a:0:{}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:7:\"version\";s:7:\"1.5.0.6\";}','yes'),(4090,'_site_transient_timeout_browser_08622865acebb06636778b786a1aad5e','1493301697','yes'),(4091,'_site_transient_browser_08622865acebb06636778b786a1aad5e','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4398,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(4728,'_transient_timeout__cadera_forms','1496157329','no'),(4729,'_transient__cadera_forms','a:1:{s:15:\"CF58de2ffb8dace\";a:12:{s:2:\"ID\";s:15:\"CF58de2ffb8dace\";s:4:\"name\";s:12:\"Lead Inquiry\";s:11:\"description\";s:7:\" \";s:7:\"success\";s:51:\"Form has been successfully submitted. Thank you. \";s:9:\"form_ajax\";i:1;s:9:\"hide_form\";i:1;s:10:\"db_support\";i:1;s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:26:\"Caldera Forms Notification\";s:12:\"sender_email\";s:21:\"redhawx10@hotmail.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:18:\"atifa.oj@gmail.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:12:\"Lead Inquiry\";s:13:\"email_message\";s:9:\"{summary}\";}s:6:\"pinned\";i:0;s:9:\"pin_roles\";s:0:\"\";s:6:\"hidden\";s:0:\"\";s:10:\"form_draft\";i:0;}}','no'),(4730,'_site_transient_timeout_browser_463dbe24064bbb00c844a9cf6397d7f3','1496758530','yes'),(4731,'_site_transient_browser_463dbe24064bbb00c844a9cf6397d7f3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"10.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7611,'_site_transient_timeout_theme_roots','1510289709','yes'),(7612,'_site_transient_theme_roots','a:4:{s:4:\"Divi\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(7613,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1510287913;s:7:\"checked\";a:4:{s:4:\"Divi\";s:6:\"3.0.44\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.8.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.0.zip\";}s:4:\"Divi\";a:3:{s:11:\"new_version\";s:6:\"3.0.86\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:139:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=aa26c4ac3e645a4ff7d3b45f655866c540e03325&username=ksrb1\";}}s:12:\"translations\";a:0:{}}','yes'),(7614,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1510287912;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"4.9\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.5.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.5.8.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:7:\"default\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";s:7:\"default\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.8.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:30:\"caldera-forms/caldera-core.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:27:\"w.org/plugins/caldera-forms\";s:4:\"slug\";s:13:\"caldera-forms\";s:6:\"plugin\";s:30:\"caldera-forms/caldera-core.php\";s:11:\"new_version\";s:7:\"1.5.7.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/caldera-forms/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/caldera-forms.1.5.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/caldera-forms/assets/icon-128x128.png?rev=1522173\";s:2:\"2x\";s:66:\"https://ps.w.org/caldera-forms/assets/icon-256x256.png?rev=1522173\";s:7:\"default\";s:66:\"https://ps.w.org/caldera-forms/assets/icon-256x256.png?rev=1522173\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/caldera-forms/assets/banner-1544x500.png?rev=1657327\";s:2:\"1x\";s:68:\"https://ps.w.org/caldera-forms/assets/banner-772x250.png?rev=1657327\";s:7:\"default\";s:69:\"https://ps.w.org/caldera-forms/assets/banner-1544x500.png?rev=1657327\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.0\";s:13:\"compatibility\";a:0:{}}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:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:7:\"default\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";s:7:\"default\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"4.6.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.4.6.3.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:7:\"default\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=894078\";s:7:\"default\";s:70:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=894078\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"4.8\";s:13:\"compatibility\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.3.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";s:7:\"default\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"5.7.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.5.7.1.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.png?rev=1550389\";s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1550389\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";s:7:\"default\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1695112\";s:7:\"default\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1695112\";s:7:\"default\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";}s:6:\"tested\";s:5:\"4.8.2\";s:13:\"compatibility\";a:0:{}}}}','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=986 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 (4,5,'_et_pb_predefined_layout','on'),(5,5,'_et_pb_built_for_post_type','page'),(6,6,'_et_pb_predefined_layout','on'),(7,6,'_et_pb_built_for_post_type','page'),(8,7,'_et_pb_predefined_layout','on'),(9,7,'_et_pb_built_for_post_type','page'),(10,8,'_et_pb_predefined_layout','on'),(11,8,'_et_pb_built_for_post_type','page'),(12,9,'_et_pb_predefined_layout','on'),(13,9,'_et_pb_built_for_post_type','page'),(14,10,'_et_pb_predefined_layout','on'),(15,10,'_et_pb_built_for_post_type','page'),(16,11,'_et_pb_predefined_layout','on'),(17,11,'_et_pb_built_for_post_type','page'),(18,12,'_et_pb_predefined_layout','on'),(19,12,'_et_pb_built_for_post_type','page'),(20,13,'_et_pb_predefined_layout','on'),(21,13,'_et_pb_built_for_post_type','page'),(22,14,'_et_pb_predefined_layout','on'),(23,14,'_et_pb_built_for_post_type','page'),(24,15,'_et_pb_predefined_layout','on'),(25,15,'_et_pb_built_for_post_type','page'),(26,16,'_et_pb_predefined_layout','on'),(27,16,'_et_pb_built_for_post_type','page'),(28,17,'_et_pb_predefined_layout','on'),(29,17,'_et_pb_built_for_post_type','page'),(30,18,'_et_pb_predefined_layout','on'),(31,18,'_et_pb_built_for_post_type','page'),(32,19,'_et_pb_predefined_layout','on'),(33,19,'_et_pb_built_for_post_type','page'),(34,20,'_et_pb_predefined_layout','on'),(35,20,'_et_pb_built_for_post_type','page'),(36,21,'_et_pb_predefined_layout','on'),(37,21,'_et_pb_built_for_post_type','page'),(38,22,'_et_pb_predefined_layout','on'),(39,22,'_et_pb_built_for_post_type','page'),(40,23,'_et_pb_predefined_layout','on'),(41,23,'_et_pb_built_for_post_type','page'),(42,24,'_et_pb_predefined_layout','on'),(43,24,'_et_pb_built_for_post_type','page'),(44,25,'_et_pb_predefined_layout','on'),(45,25,'_et_pb_built_for_post_type','page'),(46,26,'_et_pb_predefined_layout','on'),(47,26,'_et_pb_built_for_post_type','page'),(48,27,'_et_pb_predefined_layout','on'),(49,27,'_et_pb_built_for_post_type','page'),(50,28,'_et_pb_predefined_layout','on'),(51,28,'_et_pb_built_for_post_type','page'),(52,29,'_et_pb_predefined_layout','on'),(53,29,'_et_pb_built_for_post_type','page'),(54,30,'_et_pb_predefined_layout','on'),(55,30,'_et_pb_built_for_post_type','page'),(56,31,'_et_pb_predefined_layout','on'),(57,31,'_et_pb_built_for_post_type','page'),(58,32,'_et_pb_predefined_layout','on'),(59,32,'_et_pb_built_for_post_type','page'),(60,33,'_et_pb_predefined_layout','on'),(61,33,'_et_pb_built_for_post_type','page'),(62,34,'_et_pb_predefined_layout','on'),(63,34,'_et_pb_built_for_post_type','page'),(64,35,'_et_pb_predefined_layout','on'),(65,35,'_et_pb_built_for_post_type','page'),(66,36,'_et_pb_predefined_layout','on'),(67,36,'_et_pb_built_for_post_type','page'),(70,124,'_wp_attached_file','2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg'),(71,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1688;s:6:\"height\";i:1125;s:4:\"file\";s:51:\"2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Fotolia_53458263_Subscription_Monthly_M-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Fotolia_53458263_Subscription_Monthly_M-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Fotolia_53458263_Subscription_Monthly_M-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Fotolia_53458263_Subscription_Monthly_M-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:51:\"Fotolia_53458263_Subscription_Monthly_M-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:52:\"Fotolia_53458263_Subscription_Monthly_M-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:51:\"Fotolia_53458263_Subscription_Monthly_M-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:52:\"Fotolia_53458263_Subscription_Monthly_M-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:21:\"michaeljung - Fotolia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:75:\"portrait of shipping company employee standing in front of industrial tires\";s:17:\"created_timestamp\";s:10:\"1369734097\";s:9:\"copyright\";s:21:\"michaeljung - Fotolia\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:25:\"shipping company employee\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:97:{i:0;s:9:\"warehouse\";i:1;s:8:\"shipping\";i:2;s:9:\"transport\";i:3;s:3:\"man\";i:4;s:6:\"worker\";i:5;s:4:\"male\";i:6;s:10:\"industrial\";i:7;s:8:\"industry\";i:8;s:14:\"transportation\";i:9;s:7:\"company\";i:10;s:10:\"storehouse\";i:11;s:4:\"tire\";i:12;s:11:\"in front of\";i:13;s:8:\"business\";i:14;s:6:\"harbor\";i:15;s:7:\"working\";i:16;s:10:\"inspecting\";i:17;s:10:\"inspection\";i:18;s:9:\"clipboard\";i:19;s:9:\"recording\";i:20;s:7:\"writing\";i:21;s:7:\"storage\";i:22;s:7:\"uniform\";i:23;s:6:\"import\";i:24;s:6:\"export\";i:25;s:8:\"outdoors\";i:26;s:6:\"person\";i:27;s:3:\"job\";i:28;s:10:\"occupation\";i:29;s:10:\"employment\";i:30;s:8:\"standing\";i:31;s:8:\"employee\";i:32;s:8:\"portrait\";i:33;s:4:\"work\";i:34;s:5:\"adult\";i:35;s:5:\"young\";i:36;s:8:\"handsome\";i:37;s:9:\"Caucasian\";i:38;s:7:\"skilled\";i:39;s:7:\"smiling\";i:40;s:8:\"dispatch\";i:41;s:12:\"distribution\";i:42;s:10:\"dispatcher\";i:43;s:6:\"helmet\";i:44;s:6:\"yellow\";i:45;s:7:\"hardhat\";i:46;s:15:\"reflective vest\";i:47;s:7:\"looking\";i:48;s:5:\"young\";i:49;s:9:\"warehouse\";i:50;s:8:\"shipping\";i:51;s:9:\"transport\";i:52;s:3:\"man\";i:53;s:6:\"worker\";i:54;s:4:\"male\";i:55;s:10:\"industrial\";i:56;s:8:\"industry\";i:57;s:14:\"transportation\";i:58;s:7:\"company\";i:59;s:10:\"storehouse\";i:60;s:4:\"tire\";i:61;s:11:\"in front of\";i:62;s:8:\"business\";i:63;s:6:\"harbor\";i:64;s:7:\"working\";i:65;s:10:\"inspecting\";i:66;s:10:\"inspection\";i:67;s:9:\"clipboard\";i:68;s:9:\"recording\";i:69;s:7:\"writing\";i:70;s:7:\"storage\";i:71;s:7:\"uniform\";i:72;s:6:\"import\";i:73;s:6:\"export\";i:74;s:8:\"outdoors\";i:75;s:6:\"person\";i:76;s:3:\"job\";i:77;s:10:\"occupation\";i:78;s:10:\"employment\";i:79;s:8:\"standing\";i:80;s:8:\"employee\";i:81;s:8:\"portrait\";i:82;s:4:\"work\";i:83;s:5:\"adult\";i:84;s:5:\"young\";i:85;s:8:\"handsome\";i:86;s:9:\"caucasian\";i:87;s:7:\"skilled\";i:88;s:7:\"smiling\";i:89;s:8:\"dispatch\";i:90;s:12:\"distribution\";i:91;s:10:\"dispatcher\";i:92;s:6:\"helmet\";i:93;s:6:\"yellow\";i:94;s:7:\"hardhat\";i:95;s:15:\"reflective vest\";i:96;s:7:\"looking\";}}}'),(72,128,'_wp_attached_file','2016/07/Wyoming-Background.png'),(73,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2016/07/Wyoming-Background.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Wyoming-Background-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Wyoming-Background-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Wyoming-Background-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Wyoming-Background-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"Wyoming-Background-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"Wyoming-Background-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"Wyoming-Background-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"Wyoming-Background-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;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:{}}}'),(74,137,'_wp_attached_file','2016/07/3-1.jpg'),(75,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1391;s:4:\"file\";s:15:\"2016/07/3-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-1-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-1-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3-1-1024x742.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"3-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"3-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"3-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"3-1-1080x782.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:782;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:{}}}'),(76,138,'_wp_attached_file','2016/07/022.png'),(77,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:9;s:6:\"height\";i:18;s:4:\"file\";s:15:\"2016/07/022.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(78,139,'_wp_attached_file','2016/07/032.png'),(79,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:23;s:6:\"height\";i:18;s:4:\"file\";s:15:\"2016/07/032.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,140,'_wp_attached_file','2016/07/051.png'),(81,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:19;s:6:\"height\";i:18;s:4:\"file\";s:15:\"2016/07/051.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(82,141,'_wp_attached_file','2016/07/041.png'),(83,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:19;s:6:\"height\";i:18;s:4:\"file\";s:15:\"2016/07/041.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,25343,'_et_pb_built_for_post_type','page'),(85,25347,'_wp_attached_file','2016/07/ductcleaning-pack.jpg'),(86,25347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:375;s:4:\"file\";s:29:\"2016/07/ductcleaning-pack.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ductcleaning-pack-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ductcleaning-pack-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"ductcleaning-pack-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"ductcleaning-pack-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;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,25349,'_wp_attached_file','2016/07/Cover-pic-e1469039631238.jpg'),(88,25349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:118;s:4:\"file\";s:36:\"2016/07/Cover-pic-e1469039631238.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Cover-pic-e1469039631238-150x118.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Cover-pic-e1469039631238-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"Cover-pic-e1469039631238-400x118.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"Cover-pic-e1469039631238-400x118.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:118;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:{}}}'),(89,25349,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:13:\"Cover-pic.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"Cover-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"Cover-pic-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:21:\"Cover-pic-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:21:\"Cover-pic-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(90,25349,'_edit_last','1'),(91,25365,'_wp_attached_file','2016/07/VA-mold-license.jpg'),(92,25365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:1158;s:4:\"file\";s:27:\"2016/07/VA-mold-license.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"VA-mold-license-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"VA-mold-license-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"VA-mold-license-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"VA-mold-license-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"VA-mold-license-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"VA-mold-license-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"VA-mold-license-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"VA-mold-license-1080x736.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,25367,'_wp_attached_file','2016/07/Moldy_room.jpg'),(94,25367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:482;s:4:\"file\";s:22:\"2016/07/Moldy_room.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Moldy_room-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Moldy_room-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"Moldy_room-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"Moldy_room-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;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,25369,'_wp_attached_file','2016/07/PPI.jpg'),(96,25369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:276;s:4:\"file\";s:15:\"2016/07/PPI.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"PPI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"PPI-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"PPI-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;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:{}}}'),(97,25370,'_wp_attached_file','2016/07/ABSA_Logo.gif'),(98,25370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:118;s:6:\"height\";i:118;s:4:\"file\";s:21:\"2016/07/ABSA_Logo.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(99,25373,'_wp_attached_file','2016/07/trashed-home.jpg'),(100,25373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:198;s:4:\"file\";s:24:\"2016/07/trashed-home.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"trashed-home-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"trashed-home-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(101,25381,'_wp_attached_file','2016/07/vac1a.gif'),(102,25381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:250;s:4:\"file\";s:17:\"2016/07/vac1a.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"vac1a-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"vac1a-230x250.gif\";s:5:\"width\";i:230;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(103,25382,'_wp_attached_file','2016/07/CC_Logo.gif'),(104,25382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:36;s:4:\"file\";s:19:\"2016/07/CC_Logo.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"CC_Logo-150x36.gif\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"CC_Logo-300x35.gif\";s:5:\"width\";i:300;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(105,25383,'_wp_attached_file','2016/07/birdguard.gif'),(106,25383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:177;s:6:\"height\";i:173;s:4:\"file\";s:21:\"2016/07/birdguard.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"birdguard-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,25388,'_wp_attached_file','2016/07/HEPA_Air_Machine.jpg'),(108,25388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:377;s:4:\"file\";s:28:\"2016/07/HEPA_Air_Machine.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HEPA_Air_Machine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"HEPA_Air_Machine-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"HEPA_Air_Machine-192x250.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"HEPA_Air_Machine-192x284.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:284;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:{}}}'),(109,25394,'_wp_attached_file','2016/07/Ductworksys.jpg'),(110,25394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:343;s:4:\"file\";s:23:\"2016/07/Ductworksys.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Ductworksys-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Ductworksys-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"Ductworksys-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"Ductworksys-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,135,'_et_pb_built_for_post_type','page'),(112,25395,'_menu_item_type','custom'),(113,25395,'_menu_item_menu_item_parent','0'),(114,25395,'_menu_item_object_id','25395'),(115,25395,'_menu_item_object','custom'),(116,25395,'_menu_item_target',''),(117,25395,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(118,25395,'_menu_item_xfn',''),(119,25395,'_menu_item_url','http://www.air-techinternational.com/'),(120,38,'_edit_last','1'),(121,38,'_wp_page_template','default'),(122,38,'_et_pb_post_hide_nav','default'),(123,38,'_et_pb_page_layout','et_full_width_page'),(124,38,'_et_pb_side_nav','off'),(125,38,'_et_pb_use_builder','on'),(126,38,'_et_pb_ab_bounce_rate_limit','5'),(127,38,'_et_pb_ab_stats_refresh_interval','hourly'),(128,38,'_et_pb_old_content',''),(129,38,'_et_pb_enable_shortcode_tracking',''),(130,38,'_et_pb_custom_css',''),(131,38,'_et_pb_light_text_color','#ffffff'),(132,38,'_et_pb_dark_text_color','#666666'),(133,38,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(134,38,'_et_pb_section_background_color','#ffffff'),(135,40,'_edit_last','1'),(136,40,'_wp_page_template','default'),(137,40,'_et_pb_post_hide_nav','default'),(138,40,'_et_pb_page_layout','et_right_sidebar'),(139,40,'_et_pb_side_nav','off'),(140,40,'_et_pb_use_builder','on'),(141,40,'_et_pb_ab_bounce_rate_limit','5'),(142,40,'_et_pb_ab_stats_refresh_interval','hourly'),(143,40,'_et_pb_old_content',''),(144,40,'_et_pb_enable_shortcode_tracking',''),(145,40,'_et_pb_custom_css',''),(146,40,'_et_pb_light_text_color','#ffffff'),(147,40,'_et_pb_dark_text_color','#666666'),(148,40,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(149,40,'_et_pb_section_background_color','#ffffff'),(150,42,'_edit_last','1'),(151,42,'_wp_page_template','default'),(152,42,'_et_pb_post_hide_nav','default'),(153,42,'_et_pb_page_layout','et_right_sidebar'),(154,42,'_et_pb_side_nav','off'),(155,42,'_et_pb_use_builder','on'),(156,42,'_et_pb_ab_bounce_rate_limit','5'),(157,42,'_et_pb_ab_stats_refresh_interval','hourly'),(158,42,'_et_pb_old_content',''),(159,42,'_et_pb_enable_shortcode_tracking',''),(160,42,'_et_pb_custom_css',''),(161,42,'_et_pb_light_text_color','#ffffff'),(162,42,'_et_pb_dark_text_color','#666666'),(163,42,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(164,42,'_et_pb_section_background_color','#ffffff'),(165,25396,'_menu_item_type','custom'),(166,25396,'_menu_item_menu_item_parent','25405'),(167,25396,'_menu_item_object_id','25396'),(168,25396,'_menu_item_object','custom'),(169,25396,'_menu_item_target',''),(170,25396,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(171,25396,'_menu_item_xfn',''),(172,25396,'_menu_item_url','#'),(173,25397,'_menu_item_type','custom'),(174,25397,'_menu_item_menu_item_parent','25405'),(175,25397,'_menu_item_object_id','25397'),(176,25397,'_menu_item_object','custom'),(177,25397,'_menu_item_target',''),(178,25397,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(179,25397,'_menu_item_xfn',''),(180,25397,'_menu_item_url','#'),(181,25398,'_menu_item_type','custom'),(182,25398,'_menu_item_menu_item_parent','25405'),(183,25398,'_menu_item_object_id','25398'),(184,25398,'_menu_item_object','custom'),(185,25398,'_menu_item_target',''),(186,25398,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,25398,'_menu_item_xfn',''),(188,25398,'_menu_item_url','#'),(209,44,'_edit_last','1'),(210,44,'_wp_page_template','default'),(211,44,'_et_pb_post_hide_nav','default'),(212,44,'_et_pb_page_layout','et_right_sidebar'),(213,44,'_et_pb_side_nav','off'),(214,44,'_et_pb_use_builder','on'),(215,44,'_et_pb_ab_bounce_rate_limit','5'),(216,44,'_et_pb_ab_stats_refresh_interval','hourly'),(217,44,'_et_pb_old_content',''),(218,44,'_et_pb_enable_shortcode_tracking',''),(219,44,'_et_pb_custom_css',''),(220,44,'_et_pb_light_text_color','#FFFFFF'),(221,44,'_et_pb_dark_text_color','#666666'),(222,44,'_et_pb_content_area_background_color',''),(223,44,'_et_pb_section_background_color','#FFFFFF'),(224,46,'_edit_last','1'),(225,46,'_wp_page_template','default'),(226,46,'_et_pb_post_hide_nav','default'),(227,46,'_et_pb_page_layout','et_right_sidebar'),(228,46,'_et_pb_side_nav','off'),(229,46,'_et_pb_use_builder','on'),(230,46,'_et_pb_ab_bounce_rate_limit','5'),(231,46,'_et_pb_ab_stats_refresh_interval','hourly'),(232,46,'_et_pb_old_content',''),(233,46,'_et_pb_enable_shortcode_tracking',''),(234,46,'_et_pb_custom_css',''),(235,46,'_et_pb_light_text_color','#ffffff'),(236,46,'_et_pb_dark_text_color','#666666'),(237,46,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(238,46,'_et_pb_section_background_color','#ffffff'),(239,47,'_edit_last','1'),(240,47,'_wp_page_template','default'),(241,47,'_et_pb_post_hide_nav','default'),(242,47,'_et_pb_page_layout','et_right_sidebar'),(243,47,'_et_pb_side_nav','off'),(244,47,'_et_pb_use_builder','on'),(245,47,'_et_pb_ab_bounce_rate_limit','5'),(246,47,'_et_pb_ab_stats_refresh_interval','hourly'),(247,47,'_et_pb_old_content',''),(248,47,'_et_pb_enable_shortcode_tracking',''),(249,47,'_et_pb_custom_css',''),(250,47,'_et_pb_light_text_color','#ffffff'),(251,47,'_et_pb_dark_text_color','#666666'),(252,47,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(253,47,'_et_pb_section_background_color','#ffffff'),(254,49,'_edit_last','1'),(255,49,'_wp_page_template','default'),(256,49,'_et_pb_post_hide_nav','default'),(257,49,'_et_pb_page_layout','et_right_sidebar'),(258,49,'_et_pb_side_nav','off'),(259,49,'_et_pb_use_builder','on'),(260,49,'_et_pb_ab_bounce_rate_limit','5'),(261,49,'_et_pb_ab_stats_refresh_interval','hourly'),(262,49,'_et_pb_old_content',''),(263,49,'_et_pb_enable_shortcode_tracking',''),(264,49,'_et_pb_custom_css',''),(265,49,'_et_pb_light_text_color','#FFFFFF'),(266,49,'_et_pb_dark_text_color','#666666'),(267,49,'_et_pb_content_area_background_color',''),(268,49,'_et_pb_section_background_color','#FFFFFF'),(269,52,'_edit_last','1'),(270,52,'_wp_page_template','default'),(271,52,'_et_pb_post_hide_nav','default'),(272,52,'_et_pb_page_layout','et_right_sidebar'),(273,52,'_et_pb_side_nav','off'),(274,52,'_et_pb_use_builder','on'),(275,52,'_et_pb_ab_bounce_rate_limit','5'),(276,52,'_et_pb_ab_stats_refresh_interval','hourly'),(277,52,'_et_pb_old_content',''),(278,52,'_et_pb_enable_shortcode_tracking',''),(279,52,'_et_pb_custom_css',''),(280,52,'_et_pb_light_text_color','#FFFFFF'),(281,52,'_et_pb_dark_text_color','#666666'),(282,52,'_et_pb_content_area_background_color',''),(283,52,'_et_pb_section_background_color','#FFFFFF'),(284,53,'_edit_last','1'),(285,53,'_wp_page_template','default'),(286,53,'_et_pb_post_hide_nav','default'),(287,53,'_et_pb_page_layout','et_right_sidebar'),(288,53,'_et_pb_side_nav','off'),(289,53,'_et_pb_use_builder','on'),(290,53,'_et_pb_ab_bounce_rate_limit','5'),(291,53,'_et_pb_ab_stats_refresh_interval','hourly'),(292,53,'_et_pb_old_content',''),(293,53,'_et_pb_enable_shortcode_tracking',''),(294,53,'_et_pb_custom_css',''),(295,53,'_et_pb_light_text_color','#ffffff'),(296,53,'_et_pb_dark_text_color','#666666'),(297,53,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(298,53,'_et_pb_section_background_color','#ffffff'),(299,56,'_edit_last','1'),(300,56,'_wp_page_template','default'),(301,56,'_et_pb_post_hide_nav','default'),(302,56,'_et_pb_page_layout','et_right_sidebar'),(303,56,'_et_pb_side_nav','off'),(304,56,'_et_pb_use_builder','on'),(305,56,'_et_pb_ab_bounce_rate_limit','5'),(306,56,'_et_pb_ab_stats_refresh_interval','hourly'),(307,56,'_et_pb_old_content',''),(308,56,'_et_pb_enable_shortcode_tracking',''),(309,56,'_et_pb_custom_css',''),(310,56,'_et_pb_light_text_color','#FFFFFF'),(311,56,'_et_pb_dark_text_color','#666666'),(312,56,'_et_pb_content_area_background_color',''),(313,56,'_et_pb_section_background_color','#FFFFFF'),(314,57,'_edit_last','1'),(315,57,'_wp_page_template','default'),(316,57,'_et_pb_post_hide_nav','default'),(317,57,'_et_pb_page_layout','et_right_sidebar'),(318,57,'_et_pb_side_nav','off'),(319,57,'_et_pb_use_builder','on'),(320,57,'_et_pb_ab_bounce_rate_limit','5'),(321,57,'_et_pb_ab_stats_refresh_interval','hourly'),(322,57,'_et_pb_old_content',''),(323,57,'_et_pb_enable_shortcode_tracking',''),(324,57,'_et_pb_custom_css',''),(325,57,'_et_pb_light_text_color','#FFFFFF'),(326,57,'_et_pb_dark_text_color','#666666'),(327,57,'_et_pb_content_area_background_color',''),(328,57,'_et_pb_section_background_color','#FFFFFF'),(329,60,'_edit_last','1'),(330,60,'_wp_page_template','default'),(331,60,'_et_pb_post_hide_nav','default'),(332,60,'_et_pb_page_layout','et_right_sidebar'),(333,60,'_et_pb_side_nav','off'),(334,60,'_et_pb_use_builder','on'),(335,60,'_et_pb_ab_bounce_rate_limit','5'),(336,60,'_et_pb_ab_stats_refresh_interval','hourly'),(337,60,'_et_pb_old_content',''),(338,60,'_et_pb_enable_shortcode_tracking',''),(339,60,'_et_pb_custom_css',''),(340,60,'_et_pb_light_text_color','#FFFFFF'),(341,60,'_et_pb_dark_text_color','#666666'),(342,60,'_et_pb_content_area_background_color',''),(343,60,'_et_pb_section_background_color','#FFFFFF'),(359,64,'_edit_last','1'),(360,64,'_wp_page_template','default'),(361,64,'_et_pb_post_hide_nav','default'),(362,64,'_et_pb_page_layout','et_right_sidebar'),(363,64,'_et_pb_side_nav','off'),(364,64,'_et_pb_use_builder','on'),(365,64,'_et_pb_ab_bounce_rate_limit','5'),(366,64,'_et_pb_ab_stats_refresh_interval','hourly'),(367,64,'_et_pb_old_content',''),(368,64,'_et_pb_enable_shortcode_tracking',''),(369,64,'_et_pb_custom_css',''),(370,64,'_et_pb_light_text_color','#FFFFFF'),(371,64,'_et_pb_dark_text_color','#666666'),(372,64,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(373,64,'_et_pb_section_background_color','#FFFFFF'),(374,66,'_edit_last','1'),(375,66,'_wp_page_template','default'),(376,66,'_et_pb_post_hide_nav','default'),(377,66,'_et_pb_page_layout','et_right_sidebar'),(378,66,'_et_pb_side_nav','off'),(379,66,'_et_pb_use_builder','on'),(380,66,'_et_pb_ab_bounce_rate_limit','5'),(381,66,'_et_pb_ab_stats_refresh_interval','hourly'),(382,66,'_et_pb_old_content',''),(383,66,'_et_pb_enable_shortcode_tracking',''),(384,66,'_et_pb_custom_css',''),(385,66,'_et_pb_light_text_color','#FFFFFF'),(386,66,'_et_pb_dark_text_color','#666666'),(387,66,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(388,66,'_et_pb_section_background_color','#FFFFFF'),(389,69,'_edit_last','1'),(390,69,'_wp_page_template','default'),(391,69,'_et_pb_post_hide_nav','default'),(392,69,'_et_pb_page_layout','et_right_sidebar'),(393,69,'_et_pb_side_nav','off'),(394,69,'_et_pb_use_builder','on'),(395,69,'_et_pb_ab_bounce_rate_limit','5'),(396,69,'_et_pb_ab_stats_refresh_interval','hourly'),(397,69,'_et_pb_old_content',''),(398,69,'_et_pb_enable_shortcode_tracking',''),(399,69,'_et_pb_custom_css',''),(400,69,'_et_pb_light_text_color','#ffffff'),(401,69,'_et_pb_dark_text_color','#666666'),(402,69,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(403,69,'_et_pb_section_background_color','#ffffff'),(404,69,'_et_pb_color_palette','#000000|#FFFFFF|#E02B20|#E09900|#EDF000|#7CDA24|#0C71C3|#8300E9'),(405,70,'_edit_last','1'),(406,70,'_wp_page_template','default'),(407,70,'_et_pb_post_hide_nav','default'),(408,70,'_et_pb_page_layout','et_right_sidebar'),(409,70,'_et_pb_side_nav','off'),(410,70,'_et_pb_use_builder','on'),(411,70,'_et_pb_ab_bounce_rate_limit','5'),(412,70,'_et_pb_ab_stats_refresh_interval','hourly'),(413,70,'_et_pb_old_content',''),(414,70,'_et_pb_enable_shortcode_tracking',''),(415,70,'_et_pb_custom_css',''),(416,70,'_et_pb_light_text_color','#ffffff'),(417,70,'_et_pb_dark_text_color','#666666'),(418,70,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(419,70,'_et_pb_section_background_color','#ffffff'),(420,73,'_edit_last','1'),(421,73,'_wp_page_template','default'),(422,73,'_et_pb_post_hide_nav','default'),(423,73,'_et_pb_page_layout','et_right_sidebar'),(424,73,'_et_pb_side_nav','off'),(425,73,'_et_pb_use_builder','on'),(426,73,'_et_pb_ab_bounce_rate_limit','5'),(427,73,'_et_pb_ab_stats_refresh_interval','hourly'),(428,73,'_et_pb_old_content',''),(429,73,'_et_pb_enable_shortcode_tracking',''),(430,73,'_et_pb_custom_css',''),(431,73,'_et_pb_light_text_color','#ffffff'),(432,73,'_et_pb_dark_text_color','#666666'),(433,73,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(434,73,'_et_pb_section_background_color','#ffffff'),(450,25403,'_menu_item_type','post_type'),(451,25403,'_menu_item_menu_item_parent','0'),(452,25403,'_menu_item_object_id','40'),(453,25403,'_menu_item_object','page'),(454,25403,'_menu_item_target',''),(455,25403,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(456,25403,'_menu_item_xfn',''),(457,25403,'_menu_item_url',''),(458,25404,'_menu_item_type','post_type'),(459,25404,'_menu_item_menu_item_parent','0'),(460,25404,'_menu_item_object_id','73'),(461,25404,'_menu_item_object','page'),(462,25404,'_menu_item_target',''),(463,25404,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(464,25404,'_menu_item_xfn',''),(465,25404,'_menu_item_url',''),(466,25405,'_menu_item_type','post_type'),(467,25405,'_menu_item_menu_item_parent','0'),(468,25405,'_menu_item_object_id','42'),(469,25405,'_menu_item_object','page'),(470,25405,'_menu_item_target',''),(471,25405,'_menu_item_classes','a:1:{i:0;s:9:\"mega-menu\";}'),(472,25405,'_menu_item_xfn',''),(473,25405,'_menu_item_url',''),(474,25406,'_menu_item_type','post_type'),(475,25406,'_menu_item_menu_item_parent','25396'),(476,25406,'_menu_item_object_id','46'),(477,25406,'_menu_item_object','page'),(478,25406,'_menu_item_target',''),(479,25406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(480,25406,'_menu_item_xfn',''),(481,25406,'_menu_item_url',''),(482,25407,'_menu_item_type','post_type'),(483,25407,'_menu_item_menu_item_parent','25396'),(484,25407,'_menu_item_object_id','47'),(485,25407,'_menu_item_object','page'),(486,25407,'_menu_item_target',''),(487,25407,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(488,25407,'_menu_item_xfn',''),(489,25407,'_menu_item_url',''),(490,25408,'_menu_item_type','post_type'),(491,25408,'_menu_item_menu_item_parent','25396'),(492,25408,'_menu_item_object_id','53'),(493,25408,'_menu_item_object','page'),(494,25408,'_menu_item_target',''),(495,25408,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(496,25408,'_menu_item_xfn',''),(497,25408,'_menu_item_url',''),(498,25409,'_menu_item_type','post_type'),(499,25409,'_menu_item_menu_item_parent','25403'),(500,25409,'_menu_item_object_id','70'),(501,25409,'_menu_item_object','page'),(502,25409,'_menu_item_target',''),(503,25409,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(504,25409,'_menu_item_xfn',''),(505,25409,'_menu_item_url',''),(506,25410,'_menu_item_type','post_type'),(507,25410,'_menu_item_menu_item_parent','0'),(508,25410,'_menu_item_object_id','69'),(509,25410,'_menu_item_object','page'),(510,25410,'_menu_item_target',''),(511,25410,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(512,25410,'_menu_item_xfn',''),(513,25410,'_menu_item_url',''),(522,25412,'_menu_item_type','post_type'),(523,25412,'_menu_item_menu_item_parent','25397'),(524,25412,'_menu_item_object_id','56'),(525,25412,'_menu_item_object','page'),(526,25412,'_menu_item_target',''),(527,25412,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(528,25412,'_menu_item_xfn',''),(529,25412,'_menu_item_url',''),(530,25413,'_menu_item_type','post_type'),(531,25413,'_menu_item_menu_item_parent','25397'),(532,25413,'_menu_item_object_id','57'),(533,25413,'_menu_item_object','page'),(534,25413,'_menu_item_target',''),(535,25413,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(536,25413,'_menu_item_xfn',''),(537,25413,'_menu_item_url',''),(562,25417,'_menu_item_type','post_type'),(563,25417,'_menu_item_menu_item_parent','25461'),(564,25417,'_menu_item_object_id','64'),(565,25417,'_menu_item_object','page'),(566,25417,'_menu_item_target',''),(567,25417,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(568,25417,'_menu_item_xfn',''),(569,25417,'_menu_item_url',''),(578,25419,'_menu_item_type','post_type'),(579,25419,'_menu_item_menu_item_parent','25461'),(580,25419,'_menu_item_object_id','66'),(581,25419,'_menu_item_object','page'),(582,25419,'_menu_item_target',''),(583,25419,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(584,25419,'_menu_item_xfn',''),(585,25419,'_menu_item_url',''),(594,38,'_edit_lock','1492538755:1'),(598,73,'_edit_lock','1489304269:1'),(599,25428,'_et_pb_row_layout','4_4'),(600,25428,'_et_pb_built_for_post_type','page'),(601,46,'_edit_lock','1489305681:1'),(602,25440,'_wp_attached_file','2016/07/Background.png'),(603,25440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:700;s:4:\"file\";s:22:\"2016/07/Background.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Background-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Background-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Background-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Background-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"Background-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"Background-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"Background-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"Background-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;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:{}}}'),(604,25443,'_menu_item_type','post_type'),(605,25443,'_menu_item_menu_item_parent','0'),(606,25443,'_menu_item_object_id','73'),(607,25443,'_menu_item_object','page'),(608,25443,'_menu_item_target',''),(609,25443,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(610,25443,'_menu_item_xfn',''),(611,25443,'_menu_item_url',''),(613,25444,'_menu_item_type','post_type'),(614,25444,'_menu_item_menu_item_parent','0'),(615,25444,'_menu_item_object_id','69'),(616,25444,'_menu_item_object','page'),(617,25444,'_menu_item_target',''),(618,25444,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(619,25444,'_menu_item_xfn',''),(620,25444,'_menu_item_url',''),(622,25445,'_menu_item_type','post_type'),(623,25445,'_menu_item_menu_item_parent','0'),(624,25445,'_menu_item_object_id','64'),(625,25445,'_menu_item_object','page'),(626,25445,'_menu_item_target',''),(627,25445,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(628,25445,'_menu_item_xfn',''),(629,25445,'_menu_item_url',''),(631,25446,'_menu_item_type','post_type'),(632,25446,'_menu_item_menu_item_parent','0'),(633,25446,'_menu_item_object_id','40'),(634,25446,'_menu_item_object','page'),(635,25446,'_menu_item_target',''),(636,25446,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(637,25446,'_menu_item_xfn',''),(638,25446,'_menu_item_url',''),(642,38,'_et_monarch_override',''),(643,40,'_edit_lock','1489301496:1'),(644,40,'_et_monarch_override',''),(645,70,'_edit_lock','1489302313:1'),(646,70,'_et_monarch_override',''),(647,73,'_et_monarch_override',''),(648,60,'_edit_lock','1469888300:1'),(649,60,'_et_monarch_override',''),(651,25461,'_menu_item_type','custom'),(652,25461,'_menu_item_menu_item_parent','0'),(653,25461,'_menu_item_object_id','25461'),(654,25461,'_menu_item_object','custom'),(655,25461,'_menu_item_target',''),(656,25461,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(657,25461,'_menu_item_xfn',''),(658,25461,'_menu_item_url','#'),(666,69,'_edit_lock','1489304856:1'),(667,69,'_et_monarch_override',''),(668,64,'_edit_lock','1489303901:1'),(669,64,'_et_monarch_override',''),(670,66,'_edit_lock','1489305819:1'),(671,66,'_et_monarch_override',''),(672,49,'_edit_lock','1489314766:1'),(673,49,'_et_monarch_override',''),(674,44,'_edit_lock','1469889823:1'),(675,44,'_et_monarch_override',''),(676,56,'_edit_lock','1469889924:1'),(677,56,'_et_monarch_override',''),(678,57,'_edit_lock','1469890152:1'),(679,57,'_et_monarch_override',''),(680,52,'_edit_lock','1469890252:1'),(681,52,'_et_monarch_override',''),(682,46,'_et_monarch_override',''),(683,47,'_edit_lock','1489314302:1'),(684,47,'_et_monarch_override',''),(685,53,'_edit_lock','1489314469:1'),(686,53,'_et_monarch_override',''),(687,42,'_edit_lock','1489305140:1'),(688,42,'_et_monarch_override',''),(689,25490,'_et_pb_row_layout','1_3,1_3,1_3'),(690,25490,'_et_pb_built_for_post_type','page'),(691,25506,'_menu_item_type','post_type'),(692,25506,'_menu_item_menu_item_parent','0'),(693,25506,'_menu_item_object_id','38'),(694,25506,'_menu_item_object','page'),(695,25506,'_menu_item_target',''),(696,25506,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(697,25506,'_menu_item_xfn',''),(698,25506,'_menu_item_url',''),(700,25507,'_menu_item_type','post_type'),(701,25507,'_menu_item_menu_item_parent','0'),(702,25507,'_menu_item_object_id','40'),(703,25507,'_menu_item_object','page'),(704,25507,'_menu_item_target',''),(705,25507,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(706,25507,'_menu_item_xfn',''),(707,25507,'_menu_item_url',''),(709,25508,'_menu_item_type','post_type'),(710,25508,'_menu_item_menu_item_parent','25507'),(711,25508,'_menu_item_object_id','70'),(712,25508,'_menu_item_object','page'),(713,25508,'_menu_item_target',''),(714,25508,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(715,25508,'_menu_item_xfn',''),(716,25508,'_menu_item_url',''),(718,25509,'_menu_item_type','post_type'),(719,25509,'_menu_item_menu_item_parent','25507'),(720,25509,'_menu_item_object_id','73'),(721,25509,'_menu_item_object','page'),(722,25509,'_menu_item_target',''),(723,25509,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(724,25509,'_menu_item_xfn',''),(725,25509,'_menu_item_url',''),(727,25510,'_menu_item_type','post_type'),(728,25510,'_menu_item_menu_item_parent','0'),(729,25510,'_menu_item_object_id','69'),(730,25510,'_menu_item_object','page'),(731,25510,'_menu_item_target',''),(732,25510,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(733,25510,'_menu_item_xfn',''),(734,25510,'_menu_item_url',''),(736,25511,'_menu_item_type','post_type'),(737,25511,'_menu_item_menu_item_parent','0'),(738,25511,'_menu_item_object_id','42'),(739,25511,'_menu_item_object','page'),(740,25511,'_menu_item_target',''),(741,25511,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(742,25511,'_menu_item_xfn',''),(743,25511,'_menu_item_url',''),(754,25513,'_menu_item_type','post_type'),(755,25513,'_menu_item_menu_item_parent','0'),(756,25513,'_menu_item_object_id','64'),(757,25513,'_menu_item_object','page'),(758,25513,'_menu_item_target',''),(759,25513,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(760,25513,'_menu_item_xfn',''),(761,25513,'_menu_item_url',''),(768,25518,'_et_pb_built_for_post_type','page'),(769,25519,'_wp_attached_file','2017/02/architecture-839362_1920.jpg'),(770,25519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2017/02/architecture-839362_1920.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"architecture-839362_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"architecture-839362_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"architecture-839362_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"architecture-839362_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"architecture-839362_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:37:\"architecture-839362_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"architecture-839362_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"architecture-839362_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"architecture-839362_1920-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"architecture-839362_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(771,25524,'_wp_attached_file','2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png'),(772,25524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1260;s:6:\"height\";i:600;s:4:\"file\";s:54:\"2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-768x366.png\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-1024x488.png\";s:5:\"width\";i:1024;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:54:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:55:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-1080x600.png\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:54:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:54:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:55:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-1080x514.png\";s:5:\"width\";i:1080;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:54:\"Air-Duct-and-Dry-Vent-Cleaning-in-Maryland-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(773,25529,'_et_pb_built_for_post_type','page'),(789,25538,'_menu_item_type','post_type'),(790,25538,'_menu_item_menu_item_parent','25511'),(791,25538,'_menu_item_object_id','46'),(792,25538,'_menu_item_object','page'),(793,25538,'_menu_item_target',''),(794,25538,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(795,25538,'_menu_item_xfn',''),(796,25538,'_menu_item_url',''),(798,25539,'_menu_item_type','post_type'),(799,25539,'_menu_item_menu_item_parent','25511'),(800,25539,'_menu_item_object_id','47'),(801,25539,'_menu_item_object','page'),(802,25539,'_menu_item_target',''),(803,25539,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(804,25539,'_menu_item_xfn',''),(805,25539,'_menu_item_url',''),(807,25540,'_menu_item_type','post_type'),(808,25540,'_menu_item_menu_item_parent','25511'),(809,25540,'_menu_item_object_id','53'),(810,25540,'_menu_item_object','page'),(811,25540,'_menu_item_target',''),(812,25540,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(813,25540,'_menu_item_xfn',''),(814,25540,'_menu_item_url',''),(825,25551,'_edit_last','1'),(826,25551,'_edit_lock','1494400658:1'),(827,25551,'_wp_page_template','page-template-blank.php'),(828,25551,'_et_monarch_override','monarch-override-locations'),(829,25551,'_et_pb_post_hide_nav','default'),(830,25551,'_et_pb_page_layout','et_right_sidebar'),(831,25551,'_et_pb_side_nav','off'),(832,25551,'_et_pb_use_builder','on'),(833,25551,'_et_pb_ab_bounce_rate_limit','5'),(834,25551,'_et_pb_ab_stats_refresh_interval','hourly'),(835,25551,'_et_pb_old_content',''),(836,25551,'_et_pb_enable_shortcode_tracking',''),(837,25551,'_et_pb_custom_css',''),(838,25551,'_et_pb_light_text_color','#ffffff'),(839,25551,'_et_pb_dark_text_color','#666666'),(840,25551,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(841,25551,'_et_pb_section_background_color','#ffffff'),(845,25563,'_et_pb_built_for_post_type','page'),(849,25575,'_wp_attached_file','2017/03/CC_Logo.gif'),(850,25575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:36;s:4:\"file\";s:19:\"2017/03/CC_Logo.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"CC_Logo-150x36.gif\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"CC_Logo-300x35.gif\";s:5:\"width\";i:300;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(851,25576,'_wp_attached_file','2017/03/vac1a.gif'),(852,25576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:250;s:4:\"file\";s:17:\"2017/03/vac1a.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"vac1a-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"vac1a-230x250.gif\";s:5:\"width\";i:230;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(856,25551,'_et_monarch_display','none'),(857,25551,'_yoast_wpseo_focuskw_text_input','Air duct cleaning in Silver Spring'),(858,25551,'_yoast_wpseo_focuskw','Air duct cleaning in Silver Spring'),(859,25551,'_yoast_wpseo_title','Air duct cleaning in Silver Spring - 10 yrs experience | NADCA compliant'),(860,25551,'_yoast_wpseo_linkdex','81'),(861,25551,'_yoast_wpseo_content_score','90'),(862,25551,'_yoast_wpseo_metadesc','Need an air duct cleaning in Silver Spring? We can help. ATI is NADCA/EPA certified and our prices start from $299. Call now (240) 388-0030'),(863,25588,'_wp_attached_file','2017/03/Logo-e1488793066979.jpg'),(864,25588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:74;s:4:\"file\";s:31:\"2017/03/Logo-e1488793066979.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo-150x118.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Logo-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"Logo-400x118.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"Logo-400x118.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"Logo-400x118.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:118;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:{}}}'),(865,25588,'_edit_lock','1488793024:1'),(866,25588,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:118;s:4:\"file\";s:8:\"Logo.jpg\";}}'),(867,25588,'_edit_last','1'),(868,25588,'_yoast_wpseo_content_score','30'),(869,40,'_yoast_wpseo_content_score','30'),(870,40,'_yoast_wpseo_focuskw_text_input','Air Tech International'),(871,40,'_yoast_wpseo_focuskw','Air Tech International'),(872,40,'_yoast_wpseo_title','About Air Tech International - Air duct and dryer vent cleaning in Silver Spring'),(873,40,'_yoast_wpseo_metadesc','Air Tech International is a NADCA / EPA Compliant air duct and dryer vent cleaning service with over 20 years of experience. Get 10% on your first service.'),(874,40,'_yoast_wpseo_linkdex','79'),(875,42,'_et_pb_use_ab_testing','off'),(877,40,'_et_pb_use_ab_testing','off'),(881,40,'_et_pb_ab_refresh_interval','hourly'),(882,40,'_et_pb_ab_subjects',''),(883,40,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"40\" /]'),(884,70,'_yoast_wpseo_focuskw_text_input','Contact Us'),(885,70,'_yoast_wpseo_focuskw','Contact Us'),(886,70,'_yoast_wpseo_linkdex','42'),(887,70,'_yoast_wpseo_content_score','90'),(888,70,'_yoast_wpseo_title','Contact Us -'),(889,70,'_yoast_wpseo_metadesc','Have a query about our services? Contact us directly by calling at (240) 388-0030 or fill our contact form and we will get back to you in 24 hours.'),(890,64,'_yoast_wpseo_focuskw_text_input','Contracting Experience'),(891,64,'_yoast_wpseo_focuskw','Contracting Experience'),(892,64,'_yoast_wpseo_title','Contracting Experience - We have been in business for 20 years'),(893,64,'_yoast_wpseo_linkdex','86'),(894,64,'_yoast_wpseo_content_score','60'),(895,64,'_yoast_wpseo_metadesc','Air Tech International has been in business since 1994 and we have contracting experience of over 20 years. Check out the list of previous clients.'),(896,25610,'_et_pb_built_for_post_type','page'),(897,73,'_yoast_wpseo_focuskw_text_input','FAQs'),(898,73,'_yoast_wpseo_focuskw','FAQs'),(899,73,'_yoast_wpseo_title','FAQs - You questions about air duct cleaning answered'),(900,73,'_yoast_wpseo_metadesc','Have a query about our air duct and dryer vent cleaning services? Browse our faqs to find your answer. You could also drop us a message.'),(901,73,'_yoast_wpseo_linkdex','90'),(902,73,'_yoast_wpseo_content_score','60'),(903,69,'_yoast_wpseo_title','Request a Quote - Get a free estimate for air duct and dryer vent cleaning'),(904,69,'_yoast_wpseo_metadesc','Are you looking for air duct & dryer vent cleaning in Silver Spring,Takoma Park or Hyattsville? Request a free quote from ATI to get 10% off'),(905,69,'_yoast_wpseo_content_score','90'),(906,42,'_yoast_wpseo_content_score','30'),(907,42,'_yoast_wpseo_focuskw_text_input','Services'),(908,42,'_yoast_wpseo_focuskw','Services'),(909,42,'_yoast_wpseo_title','Our Services - air duct and dryer vent cleaning services in Silver Spring'),(910,42,'_yoast_wpseo_metadesc','ATI provides air duct, dryer vent cleaning services in Silver Spring, Takoma Park and Hyattsville. We have 20+ years of experience and NADAC/EPA compliant'),(911,42,'_yoast_wpseo_linkdex','92'),(912,46,'_yoast_wpseo_content_score','60'),(913,46,'_yoast_wpseo_focuskw_text_input','Air Duct Cleaning'),(914,46,'_yoast_wpseo_focuskw','Air Duct Cleaning'),(915,46,'_yoast_wpseo_title','Air duct cleaning services in Silver Spring'),(916,46,'_yoast_wpseo_metadesc','Air Tech offers professional air duct cleaning services in Silver Spring using certified green products. We are EPA registered and 100% NADCA compliant'),(917,46,'_yoast_wpseo_linkdex','93'),(918,66,'_yoast_wpseo_content_score','30'),(919,47,'_yoast_wpseo_content_score','60'),(920,47,'_yoast_wpseo_focuskw_text_input','Dryer vent cleaning'),(921,47,'_yoast_wpseo_focuskw','Dryer vent cleaning'),(922,47,'_yoast_wpseo_title','Dryer Vent Cleaning in Silver Spring'),(923,47,'_yoast_wpseo_metadesc','Air Tech uses Ro-Vac Professional dryer vent cleaning system to clean dryer vents, remove lint and bird nests, cleans small vents and air ducts. Call us now'),(924,47,'_yoast_wpseo_linkdex','81'),(925,53,'_yoast_wpseo_content_score','60'),(926,53,'_yoast_wpseo_focuskw_text_input','Foreclosure vacancy cleanup'),(927,53,'_yoast_wpseo_focuskw','Foreclosure vacancy cleanup'),(928,53,'_yoast_wpseo_title','Foreclosure Vacancy Cleanup in Silver Spring - We clean your vacant homes'),(929,53,'_yoast_wpseo_metadesc','Backed by nearly 10 years of environmental clean-ups, and restoration experience, Air Tech provides foreclosure vacancy cleanup that\'s easy and affordable.'),(930,53,'_yoast_wpseo_linkdex','84'),(934,38,'_yoast_wpseo_focuskw_text_input','Air Tech International'),(935,38,'_yoast_wpseo_focuskw','Air Tech International'),(936,38,'_yoast_wpseo_title','Air Tech International - air duct, dryer vent cleaning in Silver Spring'),(937,38,'_yoast_wpseo_metadesc','Air Tech International is a 20 years old air duct and dryer vent cleaning company working in Silver Spring,Takoma Park, and Hyattsville.100% NADCA Compliant'),(938,38,'_yoast_wpseo_linkdex','71'),(939,38,'_yoast_wpseo_content_score','60'),(940,25524,'_wp_attachment_image_alt','Air Tech International'),(941,25551,'_et_pb_use_ab_testing','off'),(942,25551,'_et_pb_ab_refresh_interval','hourly'),(943,25551,'_et_pb_ab_subjects',''),(944,25551,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"25551\" /]'),(945,38,'_et_pb_use_ab_testing','off'),(946,38,'_et_pb_ab_refresh_interval','hourly'),(947,38,'_et_pb_ab_subjects',''),(948,38,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"38\" /]'),(949,25638,'_et_pb_built_for_post_type','page'),(950,25640,'_edit_last','1'),(951,25640,'_edit_lock','1494408861:1'),(952,25640,'_wp_page_template','page-template-blank.php'),(953,25640,'_et_monarch_override',''),(954,25640,'_et_pb_post_hide_nav','default'),(955,25640,'_et_pb_page_layout','et_right_sidebar'),(956,25640,'_et_pb_side_nav','off'),(957,25640,'_et_pb_use_builder','on'),(958,25640,'_et_pb_ab_bounce_rate_limit','5'),(959,25640,'_et_pb_ab_stats_refresh_interval','hourly'),(960,25640,'_et_pb_old_content',''),(961,25640,'_et_pb_enable_shortcode_tracking',''),(962,25640,'_et_pb_custom_css',''),(963,25640,'_et_pb_light_text_color','#ffffff'),(964,25640,'_et_pb_dark_text_color','#666666'),(965,25640,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(966,25640,'_et_pb_section_background_color','#ffffff'),(967,25640,'_yoast_wpseo_content_score','90'),(968,25642,'_wp_attached_file','2017/05/woman-698948_1280.jpg'),(969,25642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:856;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2017/05/woman-698948_1280.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"woman-698948_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"woman-698948_1280-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"woman-698948_1280-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"woman-698948_1280-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"woman-698948_1280-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"woman-698948_1280-856x675.jpg\";s:5:\"width\";i:856;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"woman-698948_1280-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"woman-698948_1280-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"woman-698948_1280-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(970,25640,'_et_pb_use_ab_testing','off'),(974,25662,'_wp_attached_file','2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg'),(975,25662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:66:\"2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Fotolia_12970634_Subscription_Monthly_M-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Fotolia_12970634_Subscription_Monthly_M-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Fotolia_12970634_Subscription_Monthly_M-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Fotolia_12970634_Subscription_Monthly_M-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:51:\"Fotolia_12970634_Subscription_Monthly_M-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:52:\"Fotolia_12970634_Subscription_Monthly_M-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:51:\"Fotolia_12970634_Subscription_Monthly_M-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:51:\"Fotolia_12970634_Subscription_Monthly_M-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:52:\"Fotolia_12970634_Subscription_Monthly_M-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:51:\"Fotolia_12970634_Subscription_Monthly_M-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:23:\"Lisa F. Young - Fotolia\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:73:\"Air conditioning repairman working on a compressor and giving a thumbsup.\";s:17:\"created_timestamp\";s:10:\"1237642253\";s:9:\"copyright\";s:23:\"Lisa F. Young - Fotolia\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:32:\"Air Condioner Repairman Thumbsup\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:96:{i:0;s:12:\"construction\";i:1;s:6:\"worker\";i:2;s:16:\"air conditioning\";i:3;s:6:\"repair\";i:4;s:3:\"fix\";i:5;s:11:\"maintenance\";i:6;s:4:\"HVAC\";i:7;s:7:\"heating\";i:8;s:4:\"unit\";i:9;s:5:\"young\";i:10;s:5:\"adult\";i:11;s:9:\"education\";i:12;s:8:\"training\";i:13;s:3:\"job\";i:14;s:8:\"handsome\";i:15;s:10:\"compressor\";i:16;s:10:\"industrial\";i:17;s:10:\"commercial\";i:18;s:12:\"professional\";i:19;s:9:\"tradesman\";i:20;s:7:\"student\";i:21;s:7:\"trainee\";i:22;s:10:\"apprentice\";i:23;s:9:\"caucasian\";i:24;s:11:\"electricity\";i:25;s:11:\"electrician\";i:26;s:8:\"building\";i:27;s:10:\"efficiency\";i:28;s:6:\"people\";i:29;s:6:\"person\";i:30;s:3:\"men\";i:31;s:4:\"male\";i:32;s:6:\"safety\";i:33;s:7:\"hardhat\";i:34;s:6:\"helmet\";i:35;s:10:\"protective\";i:36;s:11:\"blue collar\";i:37;s:12:\"installation\";i:38;s:10:\"installing\";i:39;s:7:\"working\";i:40;s:5:\"tools\";i:41;s:9:\"equipment\";i:42;s:8:\"outdoors\";i:43;s:7:\"upgrade\";i:44;s:6:\"wiring\";i:45;s:4:\"wire\";i:46;s:9:\"thumbs-up\";i:47;s:5:\"smile\";i:48;s:12:\"construction\";i:49;s:6:\"worker\";i:50;s:16:\"air conditioning\";i:51;s:6:\"repair\";i:52;s:3:\"fix\";i:53;s:11:\"maintenance\";i:54;s:4:\"hvac\";i:55;s:7:\"heating\";i:56;s:4:\"unit\";i:57;s:5:\"young\";i:58;s:5:\"adult\";i:59;s:9:\"education\";i:60;s:8:\"training\";i:61;s:3:\"job\";i:62;s:8:\"handsome\";i:63;s:10:\"compressor\";i:64;s:10:\"industrial\";i:65;s:10:\"commercial\";i:66;s:12:\"professional\";i:67;s:9:\"tradesman\";i:68;s:7:\"student\";i:69;s:7:\"trainee\";i:70;s:10:\"apprentice\";i:71;s:9:\"caucasian\";i:72;s:11:\"electricity\";i:73;s:11:\"electrician\";i:74;s:8:\"building\";i:75;s:10:\"efficiency\";i:76;s:6:\"people\";i:77;s:6:\"person\";i:78;s:3:\"men\";i:79;s:4:\"male\";i:80;s:6:\"safety\";i:81;s:7:\"hardhat\";i:82;s:6:\"helmet\";i:83;s:10:\"protective\";i:84;s:11:\"blue collar\";i:85;s:12:\"installation\";i:86;s:10:\"installing\";i:87;s:7:\"working\";i:88;s:5:\"tools\";i:89;s:9:\"equipment\";i:90;s:8:\"outdoors\";i:91;s:7:\"upgrade\";i:92;s:6:\"wiring\";i:93;s:4:\"wire\";i:94;s:9:\"thumbs-up\";i:95;s:5:\"smile\";}}}'),(976,25662,'_edit_lock','1494407244:1'),(977,25662,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1688;s:6:\"height\";i:1125;s:4:\"file\";s:43:\"Fotolia_12970634_Subscription_Monthly_M.jpg\";}}'),(978,25662,'_edit_last','1'),(979,25662,'_yoast_wpseo_content_score','30'),(980,25663,'_wp_attached_file','2017/05/Fotolia_87737628_Subscription_Monthly_M-e1494407503752.jpg'),(981,25663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:287;s:4:\"file\";s:66:\"2017/05/Fotolia_87737628_Subscription_Monthly_M-e1494407503752.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Fotolia_87737628_Subscription_Monthly_M-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Fotolia_87737628_Subscription_Monthly_M-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Fotolia_87737628_Subscription_Monthly_M-768x551.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Fotolia_87737628_Subscription_Monthly_M-1024x734.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:51:\"Fotolia_87737628_Subscription_Monthly_M-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:52:\"Fotolia_87737628_Subscription_Monthly_M-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:51:\"Fotolia_87737628_Subscription_Monthly_M-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:51:\"Fotolia_87737628_Subscription_Monthly_M-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:52:\"Fotolia_87737628_Subscription_Monthly_M-1080x774.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:51:\"Fotolia_87737628_Subscription_Monthly_M-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:20:\"whitestorm - Fotolia\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:46:\"Placing back clean filter into air conditioner\";s:17:\"created_timestamp\";s:10:\"1436192064\";s:9:\"copyright\";s:20:\"whitestorm - Fotolia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:15:\"air conditioner\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:98:{i:0;s:3:\"air\";i:1;s:11:\"conditioner\";i:2;s:12:\"conditioning\";i:3;s:6:\"filter\";i:4;s:12:\"installation\";i:5;s:4:\"unit\";i:6;s:8:\"cleaning\";i:7;s:6:\"repair\";i:8;s:5:\"clean\";i:9;s:7:\"service\";i:10;s:10:\"background\";i:11;s:4:\"wall\";i:12;s:6:\"indoor\";i:13;s:5:\"young\";i:14;s:4:\"home\";i:15;s:4:\"dust\";i:16;s:4:\"cool\";i:17;s:6:\"remove\";i:18;s:7:\"replace\";i:19;s:3:\"man\";i:20;s:7:\"closeup\";i:21;s:4:\"hand\";i:22;s:9:\"condition\";i:23;s:6:\"people\";i:24;s:6:\"person\";i:25;s:5:\"adult\";i:26;s:9:\"caucasian\";i:27;s:6:\"health\";i:28;s:3:\"one\";i:29;s:7:\"install\";i:30;s:5:\"frame\";i:31;s:4:\"work\";i:32;s:6:\"office\";i:33;s:9:\"equipment\";i:34;s:3:\"set\";i:35;s:10:\"technician\";i:36;s:12:\"professional\";i:37;s:6:\"casual\";i:38;s:12:\"construction\";i:39;s:4:\"cold\";i:40;s:5:\"dirty\";i:41;s:6:\"worker\";i:42;s:3:\"job\";i:43;s:10:\"healthcare\";i:44;s:10:\"protection\";i:45;s:5:\"place\";i:46;s:4:\"heat\";i:47;s:8:\"electric\";i:48;s:11:\"electricity\";i:49;s:3:\"air\";i:50;s:11:\"conditioner\";i:51;s:12:\"conditioning\";i:52;s:6:\"filter\";i:53;s:12:\"installation\";i:54;s:4:\"unit\";i:55;s:8:\"cleaning\";i:56;s:6:\"repair\";i:57;s:5:\"clean\";i:58;s:7:\"service\";i:59;s:10:\"background\";i:60;s:4:\"wall\";i:61;s:6:\"indoor\";i:62;s:5:\"young\";i:63;s:4:\"home\";i:64;s:4:\"dust\";i:65;s:4:\"cool\";i:66;s:6:\"remove\";i:67;s:7:\"replace\";i:68;s:3:\"man\";i:69;s:7:\"closeup\";i:70;s:4:\"hand\";i:71;s:9:\"condition\";i:72;s:6:\"people\";i:73;s:6:\"person\";i:74;s:5:\"adult\";i:75;s:9:\"caucasian\";i:76;s:6:\"health\";i:77;s:3:\"one\";i:78;s:7:\"install\";i:79;s:5:\"frame\";i:80;s:4:\"work\";i:81;s:6:\"office\";i:82;s:9:\"equipment\";i:83;s:3:\"set\";i:84;s:10:\"technician\";i:85;s:12:\"professional\";i:86;s:6:\"casual\";i:87;s:12:\"construction\";i:88;s:4:\"cold\";i:89;s:5:\"dirty\";i:90;s:6:\"worker\";i:91;s:3:\"job\";i:92;s:10:\"healthcare\";i:93;s:10:\"protection\";i:94;s:5:\"place\";i:95;s:4:\"heat\";i:96;s:8:\"electric\";i:97;s:11:\"electricity\";}}}'),(982,25663,'_edit_lock','1494407854:1'),(983,25663,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1628;s:6:\"height\";i:1167;s:4:\"file\";s:43:\"Fotolia_87737628_Subscription_Monthly_M.jpg\";}}'),(984,25663,'_edit_last','1'),(985,25663,'_yoast_wpseo_content_score','30'); /*!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(20) 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=25673 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 (1,1,'2016-06-23 15:23:45','2016-06-23 15:23:45','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2016-06-23 15:23:45','2016-06-23 15:23:45','',0,'http://air-techinternational.com/?p=1',0,'post','',0),(5,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome To My Website\" button_text=\"Enter\" button_link=\"#\" background_color=\"#27c9b9\" alignment=\"center\" background_layout=\"dark\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"We Are a Company of Passionate Designers and Developers\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"h\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"v\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"g\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Drop Me a Line\" button_url=\"#\" button_text=\"Contact\" background_color=\"#2ea3f2\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Basic','','publish','closed','closed','','homepage-basic','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/homepage-basic/',0,'et_pb_layout','',0),(6,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" background_color=\"#0194f3\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" alignment=\"center\" background_layout=\"dark\" button_link=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Featured Products</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Recent Products</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"date\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_text=\"Shop Now\" background_color=\"#108bf5\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_text=\"Learn More\" background_color=\"#27c9b9\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h1>What Our Customers are Saying</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c9b9\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Shop','','publish','closed','closed','','homepage-shop','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/homepage-shop/',0,'et_pb_layout','',0),(7,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2e2e2e\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"on\"][et_pb_slide background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" heading=\"Hello! Welcome To My Online Portfolio\" /][et_pb_slide background_color=\"#f84b48\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#23a1f5\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#27c8b8\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Coding Languages\" number=\"7\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Loyal Clients\" number=\"65\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"International Awards\" number=\"12\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years of Experience\" number=\"10\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c8b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View My Full Portfolio\" button_url=\"#\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Portfolio','','publish','closed','closed','','homepage-portfolio','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/homepage-portfolio/',0,'et_pb_layout','',0),(8,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Features\" button_link=\"http://elegantthemes.com/preview/Divi2/features/\" background_color=\"#8d1bf4\" alignment=\"center\" background_layout=\"dark\" image=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/d2-300px.png\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][et_pb_slide heading=\"Slide Title\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f84c48\" alignment=\"center\" background_layout=\"dark\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#4b4b4b\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" title=\"Recent Work\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"8\" address_lat=\"37.43410184255073\" address_lng=\"-122.04768412931253\"][et_pb_map_pin title=\"Elegant Themes\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][et_pb_map_pin title=\"Lorem Ipsum\" pin_address=\"San Jose, CA, USA\" pin_address_lat=\"37.3393857\" pin_address_lng=\"-121.89495549999998\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Contact Us\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Company','','publish','closed','closed','','homepage-company','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/homepage-company/',0,'et_pb_layout','',0),(9,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f7f7f7\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" alignment=\"center\" background_layout=\"light\"]Changing the way you build websites. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#3a4149\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Sales & Marketing\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Brand & Identity\" number=\"90\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Web Design\" number=\"80\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"App Development\" number=\"50\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>What We Offer</h2>[/et_pb_text][et_pb_tabs admin_label=\"Tabs\"][et_pb_tab title=\"Overview\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Mission Statement\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Culture\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" /][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f4f4f4\"][et_pb_counter percent=\"80\"]Brand Consulting[/et_pb_counter][et_pb_counter percent=\"45\"]Marketing Campaigns [/et_pb_counter][et_pb_counter percent=\"95\"]Custom Website Design[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Work Flow</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#212a34\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://www.elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"20\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-300px.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>Frequently Asked Questions</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna. Morbi scelerisque semper congue. Donec vitae congue quam. Pellentesque convallis est a eros porta, ut porttitor magna convallis.\r\n\r\nDonec quis felis imperdiet, vestibulum est ut, pulvinar dolor. Mauris laoreet varius sem, tempus congue nibh elementum facilisis. Aliquam ut odio risus. Mauris consectetur mi et ante aliquam, eget posuere urna semper. Vestibulum vestibulum rhoncus enim, id iaculis eros commodo non.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_accordion admin_label=\"Accordion\"][et_pb_accordion_item title=\"What kind of clients do you work with?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_accordion_item][et_pb_accordion_item title=\"What is your turn around time?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have an affiliate program?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Email\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" title=\"Don\'t Be Shy\"]Drop us a line anytime, and one of our customer service reps will respond to you as soon as possible[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Corporate','','publish','closed','closed','','homepage-corporate','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/homepage-corporate/',0,'et_pb_layout','',0),(10,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Welcome To Our Website\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue.[/et_pb_slide][et_pb_slide heading=\"Sky\'s The Limit\" background_color=\"#444444\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" alignment=\"center\" background_layout=\"dark\" button_text=\"A Closer Look\" button_link=\"#\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27c9b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Building a website has never been so fun.</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Lorem Ipsum Dolor.</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit. Nec eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#22262e\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"2700\" percent_sign=\"off\" counter_color=\"#815ab4\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"30\" percent_sign=\"off\" counter_color=\"#2caaca\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"87\" percent_sign=\"off\" counter_color=\"#35bbaa\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"999\" percent_sign=\"off\" counter_color=\"#ef6462\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"on\" /][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Shop Now\" button_link=\"http://elegantthemes.com/preview/Divi2/shop-extended/\" background_color=\"#1a86cf\" alignment=\"center\" background_layout=\"dark\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][et_pb_slide heading=\"Slide Title Here\" alignment=\"center\" background_layout=\"dark\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam er\r\nos at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]</p><h1>Core Features</h1><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"http://elegantthemes.com/preview/Divi2/features/#predefined\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"http://elegantthemes.com/preview/Divi2/features/#layouts\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-modules.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" icon_placement=\"top\" use_icon=\"off\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#2caaca\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"http://elegantthemes.com/preview/Divi2/features/#mobile\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Our Work\" button_link=\"#\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Versatile Layout Options</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#ec6d5f\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" button_text=\"Join Now\"]</p><h1>Look No Further. Get Started Today</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Extended','','publish','closed','closed','','homepage-extended','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/homepage-extended/',0,'et_pb_layout','',0),(11,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n<h2>Just A Standard Page</h2>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Page Fullwidth','','publish','closed','closed','','page-fullwidth','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/page-fullwidth/',0,'et_pb_layout','',0),(12,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n<h2>Just A Standard Page</h2>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Page Right Sidebar','','publish','closed','closed','','page-right-sidebar','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/page-right-sidebar/',0,'et_pb_layout','',0),(13,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Left Sidebar\" subhead=\"Here is a basic page layout with a left sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n<h2>Just A Standard Page</h2>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]','Page Left Sidebar','','publish','closed','closed','','page-left-sidebar','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/page-left-sidebar/',0,'et_pb_layout','',0),(14,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Dual Sidebars\" subhead=\"Here is a basic page layout with dual sidebars\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n<h2>Just A Standard Page</h2>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Page Dual Sidebars','','publish','closed','closed','','page-dual-sidebars','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/page-dual-sidebars/',0,'et_pb_layout','',0),(15,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio\" fullwidth=\"off\" posts_number=\"12\" show_title=\"on\" show_categories=\"on\" show_pagination=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Grid','','publish','closed','closed','','portfolio-grid','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/portfolio-grid/',0,'et_pb_layout','',0),(16,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"on\" posts_number=\"4\" show_title=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"I Love Working With Creative Minds\" button_url=\"#\" button_text=\"Contact Me\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]If you are interested in working together, send me an inquiry and I will get back to you as soon as I can![/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio 1 Column','','publish','closed','closed','','portfolio-1-column','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/portfolio-1-column/',0,'et_pb_layout','',0),(17,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"off\"][et_pb_slide background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Let\'s Build Something Together\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Fullwidth Carousel','','publish','closed','closed','','portfolio-fullwidth-carousel','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/portfolio-fullwidth-carousel/',0,'et_pb_layout','',0),(18,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"off\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working On A Project?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Fullwidth Grid','','publish','closed','closed','','portfolio-fullwidth-grid','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/portfolio-fullwidth-grid/',0,'et_pb_layout','',0),(19,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section background_color=\"#3a3a3a\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Your Project Name</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working With Us?\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Project Extended','','publish','closed','closed','','project-extended','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/project-extended/',0,'et_pb_layout','',0),(20,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Your Project Name</h1>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" url_new_window=\"off\" animation=\"fade_in\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Description</h4>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Details</h4>\r\n<strong>Client </strong>Client Name\r\n<strong>Date </strong>Date of Completion\r\n<strong>Skills </strong>Branding, Web Design\r\n<strong>View </strong>elegantthemes.com[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"Live Project\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl quis nibh non, molestie tempus sapien.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"100\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"See More\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"right\"]Vivamus ipsum velit, ullamcorper quis nibh, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-700px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Project Extended 2','','publish','closed','closed','','project-extended-2','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/project-extended-2/',0,'et_pb_layout','',0),(21,1,'2016-07-22 12:08:14','2016-07-22 12:08:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a masonry blog layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"18\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Blog Masonry','','publish','closed','closed','','blog-masonry','','','2016-07-22 12:08:14','2016-07-22 12:08:14','',0,'http://air-techinternational.com/et_pb_layout/blog-masonry/',0,'et_pb_layout','',0),(22,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a basic blog layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" posts_number=\"6\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Blog Standard','','publish','closed','closed','','blog-standard','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/blog-standard/',0,'et_pb_layout','',0),(23,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f84b48\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to Our Shop\" subhead=\"Divi gives you the power to run a full-fledged online storefront.\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"12\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"News & Events\" button_url=\"#\" button_text=\"Follow\" use_background_color=\"on\" background_color=\"#57ccc4\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Shop Basic','','publish','closed','closed','','shop-basic','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/shop-basic/',0,'et_pb_layout','',0),(24,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#b2ede0\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Shop\" button_text=\"Shop Now\" button_link=\"#\" background_color=\"#81dfde\" alignment=\"center\" background_layout=\"dark\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\"]Divi gives you the power to easily run a full-fledged online storefront. With the Divi Builder, you can create gorgeous shop pages, such as this one.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"menu_order\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Summer Sale!\" button_url=\"#\" button_text=\"Shop Now\" background_color=\"#ed5362\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, all of our vintage products are 50% off! Don\'t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Buy 2 Get 1 Free\" button_url=\"#\" button_text=\"Coupon Code\" background_color=\"#57ccc4\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, if you buy two of any item, you get the 3rd for free! Click below to redeem the coupon code to use at checkout.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Most Popular Items</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"best_selling\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#57ccc4\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View All of Our On-Sale Items\" button_url=\"#\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_text=\"Shop Now\"]For a limited time only, all of our vintage products are 50% off! Don’t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Shop Extended','','publish','closed','closed','','shop-extended','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/shop-extended/',0,'et_pb_layout','',0),(25,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"150\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]<h1></h1>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\r\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\r\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\r\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"400\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Splash Page','','publish','closed','closed','','splash-page','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/splash-page/',0,'et_pb_layout','',0),(26,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>We will Be back Soon</h1>\r\nThis is an example of a blank page with no header or footer.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Undergoing Maintenance\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Feature Updates\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bug Fixes\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Maintenance Mode','','publish','closed','closed','','maintenance-mode','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/maintenance-mode/',0,'et_pb_layout','',0),(27,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section inner_shadow=\"off\" parallax=\"off\" background_color=\"#8d1bf4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_countdown_timer admin_label=\"Countdown Timer\" date_time=\"05/31/2014 05:15\" background_layout=\"dark\" background_color=\"#e03e3e\" use_background_color=\"off\" title=\"This Site Is Coming Soon\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" title=\"Sign Up to Receive Updates\" button_text=\"Submit\" background_color=\"#6e15c2\" use_background_color=\"on\" mailchimp_list=\"none\" background_layout=\"dark\" text_orientation=\"left\" provider=\"mailchimp\" aweber_list=\"none\"]Integer accumsan leo non nisi sollicitudin, sit amet eleifend dolor mollis. Donec sagittis posuere commodo. Aenean sed convallis lectus. Vivamus et nisi posuere erat aliquet adipiscing in non libero. Integer ornare dui at molestie dictum. Vivamus id aliquam urna. Duis quis fermentum lacus. Sed viverra dui leo, non auctor nisi porttitor a. Nunc a tristique lectus.[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"600\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Coming Soon','','publish','closed','closed','','coming-soon','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/coming-soon/',0,'et_pb_layout','',0),(28,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px;\">My Website</h1>\r\n<h2><em>My Tagline</em></h2>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Lorem ipsum dolor sit amet consectetur.\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#313f55\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#27323a\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"right\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Landing Page','','publish','closed','closed','','landing-page','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/landing-page/',0,'et_pb_layout','',0),(29,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"My Name\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Subheading[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>This is My Story</h1>\r\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#108bf5\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Recent Work\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"on\" /][/et_pb_section]','About Me','','publish','closed','closed','','about-me','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/about-me/',0,'et_pb_layout','',0),(30,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Our Company Tagline lorem ipsum dolor sit amet.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"A Digital Agency\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Forward Thinking\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Problem Solvers\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Customer Support\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Story</h1>\r\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','publish','closed','closed','','about-us','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/about-us/',0,'et_pb_layout','',0),(31,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"9\" address_lat=\"37.77492949999972\" address_lng=\"-122.41941550000001\"][et_pb_map_pin title=\"Headquarters\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Get In Touch\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h3>More Info</h3>\r\n<p>sit amet, consectetur adipiscing elit. Integer placerat metus id orci facilisis, in luctus eros laoreet. Mauris interdum augue varius, faucibus massa id, imperdiet tortor. Donec vel tortor molestie, hendrerit sem a, hendrerit arcu. Aliquam erat volutpat. Proin varius eros eros, non condimentum nis.</p>\r\n\r\n<strong>Address:</strong> 890 Lorem Ipsum Street #12\r\nSan Francisco, California 65432\r\n\r\n<strong>Phone:</strong> 123.4567.890\r\n\r\n<strong>Business Hours:</strong> 8a-6:30p M-F, 9a-2p S-S[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','publish','closed','closed','','contact-us','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/contact-us/',0,'et_pb_layout','',0),(32,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section background_color=\"#6aceb6\" inner_shadow=\"on\" fullwidth=\"on\"]\r\n[et_pb_fullwidth_header title=\"About Our Team\" subhead=\"Your subtitle goes right here.\" background_layout=\"dark\"][/et_pb_fullwidth_header]\r\n[/et_pb_section]\r\n\r\n[et_pb_section]\r\n[et_pb_row]\r\n[et_pb_column type=\"1_3\"]\r\n[et_pb_image src=\"http://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"left\"][/et_pb_image]\r\n[et_pb_text]\r\n<h2>Nick Roach</h2>\r\n<em>President, CEO, Theme UI/UX Designer</em>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\r\n[/et_pb_text]\r\n[et_pb_counters]\r\n[et_pb_counter percent=\"50\"]Design & UX[/et_pb_counter]\r\n[et_pb_counter percent=\"80\"]Web Programming[/et_pb_counter]\r\n[et_pb_counter percent=\"10\"]Internet Marketing[/et_pb_counter]\r\n[/et_pb_counters]\r\n[/et_pb_column]\r\n\r\n[et_pb_column type=\"1_3\"]\r\n[et_pb_image src=\"http://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"top\"][/et_pb_image]\r\n[et_pb_text]\r\n<h2>Kenny Sing</h2>\r\n<em>Lead Graphic Designers</em>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\r\n[/et_pb_text]\r\n[et_pb_counters]\r\n[et_pb_counter percent=\"85\"]Photoshop[/et_pb_counter]\r\n[et_pb_counter percent=\"70\"]After Effects[/et_pb_counter]\r\n[et_pb_counter percent=\"50\"]Illustrator[/et_pb_counter]\r\n[/et_pb_counters]\r\n[/et_pb_column]\r\n\r\n[et_pb_column type=\"1_3\"]\r\n[et_pb_image src=\"http://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"right\"][/et_pb_image]\r\n[et_pb_text]\r\n<h2>Mitch Skolnik</h2>\r\n<em>Community Manager</em>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\r\n[/et_pb_text]\r\n[et_pb_counters]\r\n[et_pb_counter percent=\"80\"]Customer Happiness[/et_pb_counter]\r\n[et_pb_counter percent=\"30\"]Tech Support[/et_pb_counter]\r\n[et_pb_counter percent=\"50\"]Community Management[/et_pb_counter]\r\n[/et_pb_counters]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]\r\n\r\n[et_pb_section background_color=\"#2d3743\" inner_shadow=\"on\"]\r\n[et_pb_row]\r\n[et_pb_column type=\"1_4\"]\r\n[et_pb_blurb background_layout=\"dark\" image=\"http://www.elegantthemesimages.com/images/premade_blurb_5.png\" title=\"Timely Support\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\r\n[/et_pb_column]\r\n[et_pb_column type=\"1_4\"]\r\n[et_pb_blurb background_layout=\"dark\" image=\"http://www.elegantthemesimages.com/images/premade_blurb_6.png\" title=\"Innovative Ideas\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\r\n[/et_pb_column]\r\n[et_pb_column type=\"1_4\"]\r\n[et_pb_blurb background_layout=\"dark\" image=\"http://www.elegantthemesimages.com/images/premade_blurb_7.png\" title=\"Advanced Technology\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\r\n[/et_pb_column]\r\n[et_pb_column type=\"1_4\"]\r\n[et_pb_blurb background_layout=\"dark\" image=\"http://www.elegantthemesimages.com/images/premade_blurb_8.png\" title=\"Clear Communication\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]\r\n\r\n[et_pb_section background_color=\"#f5f5f5\" inner_shadow=\"on\"]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_text text_orientation=\"center\"]<h2>Recent Blog Posts</h2>\r\nLearn from the top thought leaders in the industry.\r\n[/et_pb_text]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_blog fullwidth=\"off\" show_pagination=\"off\" posts_number=\"3\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\"][/et_pb_blog]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]\r\n\r\n[et_pb_section]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_text text_orientation=\"center\"]<h2>Recent Projects</h2>\r\nLearn from the top thought leaders in the industry.\r\n[/et_pb_text]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_portfolio categories=\"Portfolio\" fullwidth=\"off\"][/et_pb_portfolio]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]\r\n\r\n[et_pb_section background_color=\"#7EBEC5\"]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_cta title=\"Don\'t Be Shy. Get In Touch.\" button_url=\"#\" button_text=\"Contact Us\" background_layout=\"dark\" background_color=\"none\"]\r\nIf you are interested in working together, send us an inquiry and we will get back to you as soon as we can!\r\n[/et_pb_cta]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]','Our Team','','publish','closed','closed','','our-team','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/our-team/',0,'et_pb_layout','',0),(33,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"WE ARE A CREATIVE AGENCY\" button_text=\"Our Work\" button_link=\"http://elegantthemes.com/preview/Divi2/fullwidth-grid/\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR LATEST WORK</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"off\" posts_number=\"8\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"light\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Portfolio\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#222b34\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1>MEET THE CREW</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Profiles\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR CLIENTS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full List\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" provider=\"mailchimp\" mailc\r\nhimp_list=\"none\" aweber_list=\"3423452\" button_text=\"Sign Me Up\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\" title=\"Connect With Us\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio. Nulla facilisi. Aenean in mi odio. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Creative Agency','','publish','closed','closed','','creative-agency','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/creative-agency/',0,'et_pb_layout','',0),(34,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"A Brand New Product\" background_color=\"#efefef\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" alignment=\"center\" background_layout=\"light\" button_text=\"Buy Now\"]The Divi Builder allows you to create beautiful and unique layouts visually, without touching a single line of code.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Gorgeous Design\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Drag & Drop Builder\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"1\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Fully Responsive\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f3f3f3\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Plans and Pricing</h1>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate.[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_pricing_tables admin_label=\"Pricing Table\"][et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"yr\" sum=\"39\" button_url=\"http://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\r\n+Perpetual Theme Updates\r\n-Premium Technical Support\r\n-Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\r\n-Layered Photoshop Files\r\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Personal\" currency=\"$\" per=\"yr\" sum=\"69\" button_url=\"http://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\r\n+Perpetual Theme Updates\r\n+Premium Technical Support\r\n-Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\r\n-Layered Photoshop Files\r\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Developer\" subtitle=\"Best Value\" currency=\"$\" per=\"yr\" sum=\"89\" button_url=\"http://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\r\n+Perpetual Theme Updates\r\n+Premium Technical Support\r\n+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\r\n+Layered Photoshop Files\r\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Lifetime\" currency=\"$\" sum=\"249\" button_url=\"http://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\r\n+Perpetual Theme Updates\r\n+Premium Technical Support\r\n+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\r\n+Layered Photoshop Files\r\n+No Yearly Fees[/et_pb_pricing_table][/et_pb_pricing_tables][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>What Our Customers Are Saying</h1>\r\nDon\'t just take it from us, let our customers do the talking![/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\r\n\r\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\r\n\r\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\r\n\r\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Frequently Asked Questions</h1>[/et_pb_text][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use the themes on multiple sites?\" open=\"off\"]Yes, you are free to use our themes on as many websites as you like. We do not place any restrictions on how many times you can download or use a theme, nor do we limit the number of domains that you can install our themes to.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What is your refund policy?\" open=\"on\"]We offer no-questions-asked refunds to all customers within 30 days of your purchase. If you are not satisfied with our product, then simply send us an email and we will refund your purchase right away. Our goal has always been to create a happy, thriving community. If you are not thrilled with the product or are not enjoying the experience, then we have no interest in forcing you to stay an unhappy member.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What are Photoshop Files?\" open=\"off\"]Elegant Themes offers two different packages: Personal and Developer. The Personal Subscription is ideal for the average user while the Developers License is meant for experienced designers who wish to customize their themes using the original Photoshop files. Photoshop files are the original design files that were used to create the theme. They can be opened using Adobe Photoshop and edited, and prove very useful for customers wishing to change their theme\'s design in some way.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I upgrade after signing up?\" open=\"off\"]Yes, you can upgrade at any time after signing up. When you log in as a \"personal\" subscriber, you will see a notice regarding your current package and instructions on how to upgrade.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use your themes with WP.com?\" open=\"off\"]Unfortunately WordPress.com does not allow the use of custom themes. If you would like to use a custom theme of any kind, you will need to purchase your own hosting account and install the free software from WordPress.org. If you are looking for great WordPress hosting, we recommend giving HostGator a try.[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Don\'t Be Shy\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]If we didn\'t answer all of your questions, feel free to drop us a line anytime.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Sales Page','','publish','closed','closed','','sales-page','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/sales-page/',0,'et_pb_layout','',0),(35,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Divi Case Study</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2e2e2e\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"off\" background_layout=\"dark\" auto=\"off\" title=\"Related Case Studies\" /][/et_pb_section]','Case Study','','publish','closed','closed','','case-study','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/case-study/',0,'et_pb_layout','',0),(36,1,'2016-07-22 12:08:15','2016-07-22 12:08:15','[et_pb_section background_color=\"#132c47\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 52px;\">Product Features</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Advanced Page Builder\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ea3f2\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Key Elements\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ad4e0\"]The builder comes packed with tons of great modules, and more are on the way! Combine and arrange them in any order. The possibilities are countless.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Target Audience\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#9633e8\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi’s layout has been designed with mobile devices in mind. No matter how you use it, and no matter how you view it, your website is going to look great.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Strategy\" url_new_window=\"off\" image=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/04/blurb-icon-updates.png\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#d85fd6\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come. Build on top of a powerful foundation.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"builder\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Advanced Drag & Drop Builder</h1>\r\nThe Divi Builder was made with user experience at the forefront of its priorities. The way it is broken up into sections, rows, columns and widgets, really allows you to understand and edit the structure of your page. Your editing controls are pulled out of the main content area so that you get a clear and concise representation of how your modules fit into your page layout.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\" module_id=\"backgrounds\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"All The Right Things\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" module_id=\"mobile\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]\r\n<h1>Fully Responsive Layouts</h1>\r\nWe know that your website needs to be accessible and readable on all devices. We made Divi fully responsive so that your designs look great no matter what. With the builder, you design your desktop website, and we make sure that Divi does the heavy lifting for you.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"layouts\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"left\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"right\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Signup Today For Instant Access\" button_url=\"#\" button_text=\"Join Today\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\"]Join today and get access to Divi, as well as our other countless themes and plugins.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Product Features','','publish','closed','closed','','product-features','','','2016-07-22 12:08:15','2016-07-22 12:08:15','',0,'http://air-techinternational.com/et_pb_layout/product-features/',0,'et_pb_layout','',0),(38,1,'2016-07-19 02:46:08','2016-07-19 02:46:08','[et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" custom_padding=\"||20px|\"]<h1>Air-Tech International offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma Park and Hyattsville</h1>\n<p>Need a quick quote?Just fill this up and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#0c71c3\" custom_padding=\"30px|0px|30px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"36px\" text_line_height=\"1.8em\"]\r\n\r\nCall (240) 388-0030 to talk to an air duct cleaning expert now\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"91px|0px|51.1875px|0px\" disabled_on=\"off|off|off\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p> </p>\n<p><a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Silver Spring, Takoma <g class=\"gr_ gr_41 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"41\" data-gr-id=\"41\">Park</g> and Hyattsville.</p>\n<p> </p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p> </p>\n<p> </p>\n<p><a class=\"btn-red\" href=\"?page_id=49\">Learn More</a></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#212121\" admin_label=\"section\"][et_pb_row custom_width_px=\"900px\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text admin_label=\"Text\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech International</span></h3>\n<hr />\n[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#c12a24\" padding_mobile=\"off\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" admin_label=\"Call To Action\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\"][et_pb_row custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" background_color=\"#1e73be\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" padding_mobile=\"off\" admin_label=\"Section\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"Row\"][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_text_color_hover=\"#ffffff\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" form_field_font=\"||||\" use_border_color=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" form_field_font=\"||||\" use_border_color=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" form_field_font=\"||||\" use_border_color=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" fullwidth_field=\"on\" form_field_font=\"||||\" use_border_color=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','publish','closed','closed','','air-tech-international','','','2017-04-18 15:00:43','2017-04-18 15:00:43','',0,'http://www.air-techinternational.com/?page_id=38',0,'page','',0),(40,1,'2016-07-19 02:46:49','2016-07-19 02:46:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\"][et_pb_fullwidth_slider parallax=\"on\" top_padding=\"150px\" bottom_padding=\"150px\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"][et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\n\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients in Silver Spring, Takoma Park and Hyattsville. We resolve general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"]\n\n<ul style=\"list-style-type: square;\">\n<li>Air-duct Cleaning</li>\n<li>Dryer Vent Cleaning</li>\n<li>Foreclosure Cleaning</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"]\n\n<ul style=\"list-style-type: square;\">\n<li>General Construction Contracting</li>\n<li>Small Home Repair</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\n\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\n\n<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\"><span style=\"color: #0c71c3;\">Our Exclusive QA/QC, Customer Service Warranties</span><br /> </span></strong></h3>\n<ul style=\"list-style-type: square;\">\n<li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, the customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.<br /><br /></li>\n<li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.<br /><br /></li>\n<li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore ensures technician\'s Honesty & Integrity at all times.<br /><br /></li>\n<li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.<br /><br /></li>\n<li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.<br /><br /></li>\n<li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\"]\n\nAir Tech Is Fully Licensed & Insured.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#4ba31b\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_2\" background_color=\"#0c71c3\" padding_bottom=\"70px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"70px\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" button_text=\"OUR SERVICES\" use_background_color=\"off\" admin_label=\"Call To Action\"]\n\n\n\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#4ba31b\" padding_bottom=\"70px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"70px\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"GET A QUOTE\" use_background_color=\"off\" admin_label=\"Call To Action\"]\n\n\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','publish','closed','closed','','about','','','2017-03-12 07:29:42','2017-03-12 07:29:42','',0,'http://www.air-techinternational.com/?page_id=40',0,'page','',0),(42,1,'2016-07-19 02:47:05','2016-07-19 02:47:05','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\"][et_pb_fullwidth_slider parallax=\"on\" top_padding=\"200px\" bottom_padding=\"200px\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"][et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font=\"Droid Sans||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row use_custom_width=\"on\" custom_width_percent=\"70%\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"16\" text_line_height=\"1.8em\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving air supply, general maintenance, construction, foreclosure cleanup, and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek.</span></p>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]\r\n<h2>Air Duct Cleaning</h2>\r\n\r\n<hr />\r\n\r\nAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Air Tech’s Air Duct cleaning rotary brush system is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=46\">Learn More</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]\r\n<h2>Dry Vent Cleaning</h2>\r\n\r\n<hr />\r\n\r\nOur Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.\r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]\r\n<h2>Foreclosure Cleaning</h2>\r\n\r\n<hr />\r\n\r\nBacked by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!\r\n\r\n<a class=\"btn-red\" href=\"?page_id=53\">Learn More</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]\r\n<h2>Small Home Repair</h2>\r\n\r\n<hr />\r\n\r\nWe are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.\r\n\r\n \r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" make_equal=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\" align=\"right\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','publish','closed','closed','','our-services','','','2017-03-12 07:52:16','2017-03-12 07:52:16','',0,'http://www.air-techinternational.com/?page_id=42',0,'page','',0),(44,1,'2016-07-19 02:47:44','2016-07-19 02:47:44','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"HVAC\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"font-size: 14pt;\">Dirty Air Handlers, Evaporator Coils: The Secret Behind Poor HVAC System Performance, Shortened Life Span & Compromised Indoor Air Quality (IAQ)</span></strong>\r\n\r\nHVAC evaporators (A/C coils) and; blower fans periodic maintenance is often neglected; mainly because accessing their inner sides takes much more effort than \"the usual\". That is until they accumulate enough dirt to reduce or restrict airflow, causing a myriad of performance and/or comfort issues, or worse, clog condensate drainage components, which often leads to overflow spills that may result in catastrophic (non-repairable) equipment damage. See FAQ for more.\r\n\r\nFurthermore, dirty air handlers promote Rapid Bacteria & Mold Growth and; operating an infected unit may lead to Potentially Harmful Microbial Widespread. Because of the ill-effects that this may cause, HVAC unit\'s hygiene is now recognized as a key factor while addressing numerous IAQ issues. Visit EPA For MoreResidential/small commercial furnace\r\n\r\nFortunately, all of the above can be resolved overnight. Air Tech has the appropriate training, licensing and thus expertise, the latest containment gear, premium decon formulas & ambient sterilization technologies to safely resolve air handler microbial contamination issues of any kind, restore equipment\'s factory performance and; reestablish optimal conditioned airflow.\r\n\r\n \r\n\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt; line-height: 1.5;\">Our HVAC Cleaning Service includes the following tasks:</span></strong></span>\r\n<ul style=\"list-style-type: square;\">\r\n <li>Disinfected Air Handling Unit</li>\r\n <li>Preliminary HVAC Unit Isolation and Shock Plasma Sterilization</li>\r\n <li>Evaporator & Blower Fan Cabinets Insulation Cleaning/Repair</li>\r\n <li>Cooling Coil, Condensate Drainage Plumbing Cleaning & Flush-Out</li>\r\n <li>Complete Air Handler Cabinet Biocide Disinfection & Wipe Cleaning</li>\r\n <li>Heat Exchanger Wire Brush Cleaning, Blower Fan Power Washing</li>\r\n <li>Air Filter Housing Tracks Repair, Air Filter Sizing & Tight Fitting</li>\r\n <li>Return Air Duct-Work Cleaning (further depicted & explained below)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"font-size: 18pt;\"><strong><span style=\"color: #000080;\">Why Return Air Duct-Work Cleaning?</span></strong></span></h3>\r\nA typical HVAC duct system consists of a supply network of ducts to carry conditioned air from the furnace or A/C unit (air handler) to various parts of a home/building, and a return branch that brings used air back into the air handler to be conditioned again. Unlike supply airflow, which is filtered & conditioned, the air drawn into a return branch is laden with dust, pollen, fibers, bacteria, mold spores, dander, etc., which adhere to the duct walls and severely build-up over time.\r\n\r\nTemperature & humidity changes, vibrations (from walking, stomping, door slamming, etc) often cause debris detachment, which affects air filter\'s performance or integrity, and thus the HVAC unit in various ways.\r\n\r\nCleaning the return air duct-work along with the HVAC unit may boost energy/operational savings (up to 30%), provides a much higher level of pollutants removal and hence enhanced indoor air quality and better yet, it guarantees increased air filtration efficiency as well as equipment lifespan.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Ductworksys.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4><strong><span style=\"font-size: 24pt; color: #000080;\">PRICING</span></strong></h4>\r\nResidential Units (ANY SIZE): <span style=\"font-size: 18pt;\"><strong>$385.00 Each</strong></span>\r\n\r\n<img class=\"aligncenter size-full wp-image-25382\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">Commercial / Industrial Units: Contact Air Tech For Free Estimates!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong><span style=\"font-size: 18pt;\">(240) 388-0030</span></strong></span></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','HVAC','','publish','closed','closed','','hvac','','','2016-07-30 14:45:52','2016-07-30 14:45:52','',42,'http://www.air-techinternational.com/?page_id=44',0,'page','',0),(46,1,'2016-07-19 02:48:09','2016-07-19 02:48:09','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"200px\" bottom_padding=\"200px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Air Duct Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n[caption id=\"attachment_25388\" align=\"alignleft\" width=\"192\"]<img class=\"wp-image-25388 size-full\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/HEPA_Air_Machine.jpg\" alt=\"Air Tech\'s Air Duct cleaning rotary brush system\" width=\"192\" height=\"377\" /> Air Tech\'s Air Duct cleaning rotary brush system[/caption]\r\n\r\nAir ducts & HVAC units cleaning is now considered the first step towards indoor air pollution control, provided that is done properly. This means following EPA\'s recommended cleaning techniques and; using the appropriate equipment, which is essential for managing massive contaminant disturbances.\r\n\r\nAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\r\n\r\nAir Tech also has Duct Video Inspection System. Because we know Seeing Is Believing and we\'re always Ready & Looking Forward to fulfill Consumer\'s Rights. In fact, our exclusive QA/QC program includes Complimentary duct cleaning video proofing since day one.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h3>Residential Air Duct, HVAC Cleaning: Options & Pricing</h3>\r\nNote: Base pricing set forth below is for 1 HVAC system featuring up to 16 supply air vents and; 3 return air intakes. Have a large home with Over 20 vents And/or 2 or More Separate HVAC Systems? Contact ATI for custom pricing. 240-388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\">Standard Air Duct Cleaning</span></strong></span>\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\"> Ductwork Only (Limited Service)</span></strong></span>\r\n\r\nThis service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.\r\n\r\n<strong>Single Family Homes & Townhouses:</strong> $349.00\r\n<strong>Small (1 Br.) Apartments & Condos:</strong> $299.00\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\">HVAC (Furnace, Air Handler) Unit Cleaning</span></strong>\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\"> NADCA / EPA Compliant Comprehensive Service</span></strong>\r\n\r\nIf your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.\r\n\r\n<strong>Only $150.00 With Air Duct Cleaning! Excl. Service: $499.00</strong>\r\n<strong> Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n1st Floor Dryer Vent Cleaning: <strong>Just $35.00</strong> With Air Duct Cleaning. Excl. Service: <strong>$109.00</strong>\r\n\r\n<span style=\"font-size: 18pt;\">Commercial & Industrial Air Duct Cleaning: Free Estimates</span>\r\n\r\n<span style=\"font-size: 18pt;\">Contact Air Tech For Scheduling & More Details. </span>\r\n\r\n<span style=\"font-size: 18pt;\"><strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n<img class=\"size-full wp-image-25382 aligncenter\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning','','publish','closed','closed','','air-duct-cleaning','','','2017-03-12 08:03:33','2017-03-12 08:03:33','',42,'http://www.air-techinternational.com/?page_id=46',0,'page','',0),(47,1,'2016-07-19 02:48:38','2016-07-19 02:48:38','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Dryer Vent Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]Commercial & Residential Dryer Exhaust Vents, Air Duct Cleaning Contractor MD/VA/DC[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h2>Clogged Dryer Vents - More Than Annoying</h2>\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-25381\" src=\"wp-content/uploads/2016/07/vac1a.gif\" alt=\"Ro-Vac Professional dryer vent cleaning system\" width=\"230\" height=\"250\" />Besides preventing fast drying action, excessive lint build-up or bird nesting in dryer vents may cause the dryer\'s temperature limit safety switch to cycle continuously, resulting in:\r\n\r\n(1) Higher dryer operation costs,\r\n\r\n(2) Clothing damage, or worse;\r\n\r\n(3) Overheating, which could possibly cause a Dryer Fire.\r\n\r\n \r\n\r\n \r\n\r\nRo-Vac Professional dryer vent cleaning system removes lint and bird nests, cleans small vents and air ducts. Fortunately, this problem has a Fast & Economical Solution. The key to optimal dryer performance is insuring proper exhaust airflow, and our newest Ro-Vac D4 professional dryer vent cleaning system was engineered exclusively for such a task. It features special attachments that grab & pull soft blockages (wet lint, bird nests), and self-maneuvering brush drivers that can reach & thoroughly clean any length or shape dryer duct. No other system (hose brush, compressed-air tool) works nearly as good ...if at all !!\r\n\r\n \r\n\r\n<span style=\"font-size: 16pt; line-height: 1.5;\">We\'re committed to deliver the highest quality services that you seek, for which invest in specialty tools that insure a job well done. So-please, save your receipt. With our newest D4, we Guarantee dryer vent cleaning at least 3 months.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h2><span style=\"color: #000080;\">Pricing</span></h2>\r\n<strong>Basement, 1St. Floor Dryer Vent Cleaning:</strong> $109.00\r\n\r\n<strong>2nd. floor wall-mounted dryer vents (Up to 20 Ft. high):</strong> $149.00\r\n\r\n<strong>3Rd. floor, roof-mounted vents (Over 20 Ft. High)</strong>: Call For Pricing\r\n\r\n<img class=\"alignleft size-full wp-image-25382\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\"><span style=\"color: #ff0000;\"><strong>Service Coverage Area:</strong></span> Takoma Park, Silver Spring, Hyattsville</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Stop Birds & Other Pests From Nesting In Your Dryer Vent!</span></strong></span></h3>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"19px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<img class=\"alignleft size-full wp-image-25383\" src=\"wp-content/uploads/2016/07/birdguard.gif\" alt=\"birdguard\" width=\"177\" height=\"173\" />Universal bird screen fits over all standard dryer and bathroom vent end tips for positive protection against birds, rodents and other pests. <span style=\"color: #000080;\"><strong>Just $55.00,</strong></span> Installed! With dryer vent cleaning.\r\n\r\nSpecial Note - Because dryer\'s exhaust airflow is more important than heat in the drying process, the use of proper dryer venting materials as well as adequate installation not only validate our exclusive 3-Month cleaning service warranty, but also helps achieving maximum dryer performance, resulting in lower electric/gas usage over time.\r\n\r\n \r\n\r\n<strong><span style=\"font-size: 18pt; line-height: 1.5;\">In order to achieve these savings:</span></strong>\r\n<ul style=\"list-style-type: square;\">\r\n <li>Your dryer vent should be independent from all other exhaust systems and vented outdoors</li>\r\n <li>Dryer ducts must be at least 4\" in diameter and/or as large as the dryer\'s outlet</li>\r\n <li>Only flexible metal connectors should be used between the dryer machine and the exhaust duct</li>\r\n <li>Duct-work joints should be secured with metal tape only, never screws or rivets</li>\r\n <li>Joints should be installed so the pipe connections point in the direction of the airflow</li>\r\n <li>Structurally concealed dryer vent ducts must be rigid metal (galvanized or aluminum)</li>\r\n <li>Outside end tip should not be obstructed or concealed (i.e. under decking or siding material)</li>\r\n <li>Outside dryer vent tip should be equipped with a back-draft damper, and a 1\" rodent/bird screen</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Dryer Vent Cleaning','','publish','closed','closed','','dryer-vent-cleaning','','','2017-03-12 10:24:59','2017-03-12 10:24:59','',42,'http://www.air-techinternational.com/?page_id=47',0,'page','',0),(49,1,'2016-07-19 02:48:50','2016-07-19 02:48:50','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Remodelling\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]\r\n\r\nConstruction, Handyman, Home Repair & Restoration Services MD, VA & Washington DC\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" module_id=\"home-repair\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Thank you for considering our Full-Service handyman, home repair, restoration & remodeling services. We are a Fully Licensed & Insured home improvement company committed to provide quality work at reasonable rates, which are based on accurate estimates. [/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>Our services include, but are not limited to:</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" parallax_3=\"off\" parallax_method_3=\"off\" module_id=\"construction\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Gutter Cleaning & Replacement</li>\r\n <li>Basement Waterproofing</li>\r\n <li>Attic Insulation Repair/Install</li>\r\n <li>Foundation Grading Repair</li>\r\n <li>Windows & Doors Install</li>\r\n <li>Sheetrock/Drywall Repair</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Kitchen Remodeling</li>\r\n <li>Bathroom Remodeling</li>\r\n <li>Standard & Custom Painting</li>\r\n <li>Full-Service Electrical Work</li>\r\n <li>Patio & Driveway Concrete</li>\r\n <li>Wood & Ceramic Tile Flooring</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Fire/Water Damage Restoration</li>\r\n <li>Vinyl Siding Installation</li>\r\n <li>Drop Ceilings, Recess Lighting</li>\r\n <li>Porch Construction/Repair</li>\r\n <li>Wood and Composite Decks</li>\r\n <li>Plumbing</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" module_id=\"restoration\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nWhether you are looking into remodeling a kitchen, bathroom, basement, porch, deck or entire structure; cleanup burned or moldy environments, or simply have your home or office repainted, we\'ll provide the quality workmanship that you seek, and no matter what size, all work is guaranteed. Finally, let us offer a few contractor selection tips:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Always get at least two estimates, insure they\'re as itemized as possible</li>\r\n <li>Make sure to get your estimates in writing, do not accept verbal offers</li>\r\n <li>Always make sure to check, call at least two of each contractor\'s references</li>\r\n <li>Always request, and please make sure to check the contractor\'s LICENSE</li>\r\n <li>Do not accept persuasive behavior, take your time before making decisions</li>\r\n <li>Insure that your estimate includes a pricing accuracy warranty</li>\r\n</ul>\r\nWith that said, consider the advantages of having Air Tech take care of everything on your \"To Do\" list in one guaranteed hassle-free appointment. Again, no job is too small so go ahead, give us a call!! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Remodelling','','draft','closed','closed','','remodelling','','','2017-03-12 10:32:45','2017-03-12 10:32:45','',42,'http://www.air-techinternational.com/?page_id=49',0,'page','',0),(52,1,'2016-07-19 02:49:28','2016-07-19 02:49:28','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_font_size=\"40\"] [et_pb_slide heading=\"Water Damage Restoration\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAll indoor mold growth situations should be resolved, and quickly. It is well known that besides degrading building materials, certain species of fungi may produce mycotoxins that are among the most toxic chemicals known to man. Thus, it is possible that by the time mold growth is discovered indoors, mycotoxin levels may have already build-up.Dissicant heat delivery system for toxic mold remediation, water damage control and basement flood cleaning\r\n\r\nAir Tech\'s approach to mold remediation utilizing medical industry containment techniques and novel microbial deactivation formulas enhance Federal safety guidelines and expedite remedial work. Our equipment can be deployed in just minutes to provide Pressure Barriers, and deliver a variety of mitigation agents (i.e. atomized peroxide formulas), boost dehumidification, air scrubbing & more.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\n<span style=\"font-size: 18pt;\">15 Minutes, Environment Under Control - Now Let\'s Deactivate The Mold</span>\r\n\r\nSandia National Laboratories has brought Decon technology to the commercial market, representing a major advance in combating mold and other contaminants. Originally developed for the U.S. Government, Decon formulations safely deactivate toxic fungi, bacterium and its by-products, Trichothecene Mycotoxins within 30 minutes, and dwelling time is 24 hours at most.\r\n\r\n<span style=\"font-size: 18pt;\">Mold Is Gone - Let\'s Cleanup The Mess & While At It, Fix The Source</span>\r\n\r\nWhile our expert cleanup team finish up the project, remediation takes its place. This means resolving whatever CAUSED or CONTRIBUTED to the situation, which most \"mold remediation\" companies don\'t do at all (including ServiceMaster & Servpro). Since the project\'s long term success depends on it, we\'ll diagnose the source free of charge. Better yet, even though we\'re licensed to take care of it, will provide you a competitive bid, and the chance to shop around. Fair is fair & best of all: Mold is gone!\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/PPI.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"font-size: 24pt;\">What Is The Guarantee?</span></h3>\r\nSimply put, 100%. Air Tech guarantees that any given site and/or area thereof that is treated under our exclusive mold risk management program will be:\r\n\r\nMold sampling after mold remediation and cleaning, water damage cleanup, basement waterproofing or restoration is completed\r\n\r\n(1) Free of active (VIAL) mycotoxin mold, bacterium and/or chemical by-products (mycotoxins),\r\n(2) Free of gross filth, water-damaged items or substrates, heavy soil, free of foul or musty odors,\r\n(3) At half or less colony forming units (CFU) counts compared to outdoor mold readings*,\r\n(4) Will successfully pass Third Party Clearance Testing within 48 hours of treatment, and;\r\n(5) Improved conditions will remain like so as long as whatever caused the problem is fixed to code.\r\n\r\n* Mold spores are a part of the natural environment at all times, thus impossible to eradicate.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"font-size: 24pt;\">Budget Rules - How Much?</span></h3>\r\nBottom line: Compared to traditional mold mitigation methods, biosafety Makes Sense. Starting at $1.85 P/ Square Foot, an entire home or building and all contents within can become microbe-safe overnight, converting any mold/IAQ situation into a harmless cleanup & maintenance project, which may be Up to 60% Less Expensive. And sure enough, the fact that we\'re properly licensed for the job does not mean that you have to pay more to get rid of infamous toxic black mold.\r\n\r\n<span style=\"font-size: 14pt;\">So-Please, Shop Around First, and then give Air Tech a call. <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/VA-mold-license.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Biosafety As A Profession</h3>\r\nThe concept of Biological Safety (or biosafety) has paralleled the development of the science of microbiology. Applied biosafety is the knowledge and skill necessary to identify, isolate and/or manipulate pathogenic microorganisms. Biosafety professionals master the principles of epidemiology, disease transmission patterns, risk management, disinfection and sterilization, aerobiology and environmental control systems engineering to reduce or eliminate the potential for adverse environmental impact from infectious agents or biologically-derived materials.\r\n\r\n<img class=\"alignleft size-full wp-image-25370\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ABSA_Logo.gif\" alt=\"ABSA_Logo\" width=\"118\" height=\"118\" />The American Biological Safety Association (ABSA) is a recognized applied biosafety institution that works in alliance with OSHA. ABSA focuses primarily on biological safety in the workplace, emerging biological safety issues, and methods to address those issues. Air Tech is a proud member of ABSA.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Water Damage Restoration','','draft','closed','closed','','water-damage-restoration','','','2017-03-12 10:31:13','2017-03-12 10:31:13','',42,'http://www.air-techinternational.com/?page_id=52',0,'page','',0),(53,1,'2016-07-19 02:49:21','2016-07-19 02:49:21','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Foreclosure Vacancy Cleanup\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n<img class=\"alignleft wp-image-25373 size-full\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" alt=\"Foreclosure vacancy cleanup services in Silver Spring\" width=\"300\" height=\"198\" />Time is money, so the benefits of quickly turning REO/foreclosed or rental return properties into clean, safe and attractive homes for market cannot be overstated. Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to make your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!\r\n\r\n \r\n\r\nOur experienced Full-House Rehab team works with realtors, banks & landlords to quickly bring devastated homes to par. In addition to Police-assisted initial entry, intruder\'s eviction & property survey, services include, but are not limited to:\r\n\r\n<strong>Exterior Trash-Out:</strong> Includes junk/debris, construction materials & light furniture removal, lawn mowing, edging, shrubs trimming, raking, gutter cleaning and; low hanging tree branches (up to 3\" in diameter) cutting, removal & haul-out.\r\n\r\n<strong>Interior Clean-Out:</strong> Includes junk/debris & light furniture removal, and thorough cleaning of bathrooms, kitchen counters, cabinets and appliances, doors & windows, fireplaces, ceiling and wall fixtures, laundry rooms, closets, living areas carpet vacuuming, hard floors moping, full-house deodorizing, and garage junk/debris clearing and sweeping.\r\n\r\n \r\n<h3><span style=\"font-size: 18pt;\"><strong>Additional Services</strong></span></h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Plumbing Winterization & Board-Ups</li>\r\n <li>Flood/Sewer Back-Up Damage Repair</li>\r\n <li>Mold Remediation & Waterproofing</li>\r\n <li>Water Damaged Carpet Replacement</li>\r\n <li>HVAC Tune-Up Service & Repair</li>\r\n <li>Air Ducts & Dryer Vents Cleaning</li>\r\n <li>Wood Flooring Sanding & Re-Finishing</li>\r\n <li>Smoke & CO Detectors Install</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Attic Cleaning, Heating Oil Tanks Removal</li>\r\n <li>Plumbing & Appliances Repair</li>\r\n <li>Interior Walls Patching, Finishing & Painting</li>\r\n <li>Fixtures & Light Electrical Wiring Repair</li>\r\n <li>Deck, Driveway & Siding Power Washing</li>\r\n <li>Windows & Doors Repair, Locksmith Work</li>\r\n <li>Pools / Fish Ponds Cleanout & Draining</li>\r\n <li>Abandoned Vehicles Removal / Towing</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<strong>Bottom Line:</strong> Save time, aggravations & money, focus on market-ready real estate, not what\'s left of a home laden with junk. Let Air Tech clear entry, inspect, clean and restore your recent rental return, evicted or REO foreclosed home in a One-Stop operation, which is a much simpler, faster & cost effective approach, and a hassle-free resource that you can always count on.\r\n\r\nBanks have already accepted capital investments under the Treasury Department\'s ERP, which announced commitments totaling $161.3 billion out of $250 billion allocated. Sure enough, it means fresh money for loans! So foreclosed or not, struggling to sell a run-down home makes no sense when all that it takes to get it fixed... is a single phone call.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Foreclosure Vacancy Cleanup','','publish','closed','closed','','foreclosure-vacancy-cleanup','','','2017-03-12 10:29:51','2017-03-12 10:29:51','',42,'http://www.air-techinternational.com/?page_id=53',0,'page','',0),(56,1,'2016-07-19 02:49:41','2016-07-19 02:49:41','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Mold Inspection\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nMold, organic fumes or bacteria can play a role as both, result or culprit of a variety of issues. Mold typically occurs when building materials become exposed to a moisture source, or when inadequate ventilation promotes ambient relative humidity build-up. Unattended mold infections are likely to spread, leading eventually to massive building materials -or personal assets- decay and; their infamous overwhelming musty smell.\r\n\r\nMold\'s natural way of spreading has also become a matter of concern involving indoor air quality (IAQ), an area in which there are no established regulatory standards to date. Thus far, only a physician can determine whether such mold or IAQ situation may be related to health complaints, for which very specific screen testing is required.\r\n\r\nBeware that in most cases, if visible mold growth is present and; moisture sources are identified, substrates testing or IAQ sampling may be unnecessary. According to the US EPA, \"In specific instances, such as cases where litigation is involved, the source\'s of the mold contamination are unclear, or health concerns are a problem, you may consider sampling as part of a site evaluation\". Please contact ATI to determine whether your situation may require testing or air sampling. <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong><span style=\"font-size: 18pt; color: #000080;\">Have A Readily Visible Mold Problem That Needs Remediation?</span></strong></h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/VA-mold-license.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThen take advantage of our savvy Mold/IAQ Management services, which provide everything that you need to insure that your home or building\'s mold problem is fixed to code, within time and; budget constrains. When you employ our Mold Remediation & Water Damage Restoration services, all initial inspection and/or consulting fees are applied towards the project, and we can tailor our services to accommodate your specific mold clean-up needs. Learn MoreMold remediation worker.\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">And Because We\'re Licensed To Address </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Whatever The Source, Our Mold Remediation </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Services Are 100% Guaranteed.</span></strong></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mold Inspection','','draft','closed','closed','','mold-inspection','','','2017-03-12 10:31:13','2017-03-12 10:31:13','',42,'http://www.air-techinternational.com/?page_id=56',0,'page','',0),(57,1,'2016-07-19 02:49:49','2016-07-19 02:49:49','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Plasma Disinfection\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nFor one searching for means to eradicate unwanted mold, bacteria, viruses or VOCs from homes or buildings, <strong>Plasma</strong> may sound complicated, yet is a <strong>relatively simple and quite safe microbial sterilization</strong> technique that is utilized in a variety of applications for its low operating costs and non-polluting capabilities. Though plasma is an electrical term, it is considered the fourth state of matter by many leading physicists, and is generally described as a gaseous form of energy.\r\n\r\n \r\n<h2><strong><span style=\"color: #000080; line-height: 1.5;\">How It Works With Air?</span></strong></h2>\r\nWhen a modulated electric field is applied to a pair of electrodes, a plasma is formed, which makes the Oxygen molecules of the air passing near the electrodes break down into reactive oxygen species (ROS). Organic substrates such as bacteria, viruses and mold spores that become exposed to these ROS are destroyed or rendered harmless on contact, and the same reaction convert the ROS back into oxygen. In fact, any amount of air that is exposed to the ROS becomes substrates-free.\r\n\r\n \r\n<h3><span style=\"font-size: 18pt;\"><strong><span style=\"color: #000080; line-height: 1.5;\">Plasma Technologies & Applications - Technical Information Sources</span></strong></span></h3>\r\n<ul style=\"list-style-type: square;\">\r\n <li>DOE & US Air Force: <a href=\"http://www.eurekalert.org/pub_releases/1996-06/LANL-PTFC-100696.php\">Cold Plasma Decontamination Research At Los Alamos</a></li>\r\n <li>American Physical Society: <a href=\"http://www.aps.org/meet/DPP00/baps/abs/S1460.html\">Killing Airborne & Surface Microorganisms With Cold Plasma</a></li>\r\n <li>South West Research Institute: <a href=\"http://www.swri.org/3pubs/ttoday/spring96/ttoday2.htm\">$2M Plasma Technology & Applications Research</a></li>\r\n <li>Discharge Plasma: <a href=\"http://flux.aps.org/meetings/BAPSDPP96/abs/G550031.html\">Sterilization of Materials with a One Atmosphere Discharge Plasma</a></li>\r\n</ul>\r\n<strong>Disclaimer:</strong> In compliance with Federal Trade Commission (FTC) rules, Air Tech does not make individual statements (claims), entertain scientific, professional or personal opinions regarding these technologies, or their current or future applications. The following material is of general public access and is hereby provided for references only.\r\n\r\n \r\n<h4><strong><span style=\"font-size: 18pt; color: #000080; line-height: 1.5;\">Plasma-Generated Ozonolysis Testing Results</span></strong></h4>\r\n\"There is a possibility of 53 chemical substances, which are emitted from dry-cleaning clothing. Fully 2/3 of these chemicals are controlled and regulated by OSHA in industrial settings. These chemicals may be broken into eight groups, all but one of which react with a cold plasma ROS to form harmless compounds:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Organic acids, Alcohols, Aldehydes, and keytones: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Aromatic Compounds such as benzene and camphor: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Aliphatic Compounds such as butane and mineral spirits: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Chlorides such as Methylene chloride: Forms carbon dioxide, water vapor, CL2O, and releases oxygen after an intermediate Hypochlorite state</li>\r\n <li>Nitrogen Compounds such as Hydrogen Cyanide: Forms carbon dioxide, water vapor and releases nitrogen and oxygen</li>\r\n <li>Sulphur Compounds such as Ammonium Thiglycolate: Forms carbon dioxide, water vapor sulfur trioxide, and releases oxygen (and occasionally nitrogen)</li>\r\n <li>Other Alkylated Silicates and non Ionic detergents: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Non reactive compounds such as calcium oxide, silica titanium oxides, etc.: No reaction.</li>\r\n</ul>\r\nWhile these chemicals are not inclusive of all the chemicals found in the home and work place, they are representative of the families of chemicals that do exist there. In addition, other tests have shown that common household bacteria, mold, mildew, and fungus are greatly reduced in typical household environments. Specifically, E-Coli, Salmonella Choleraesuis, Staphylococcus Aureua, Candida Albicans, and Aspergillus Niger have been shown to have dramatic reductions in population in independent laboratory tests.\"\r\n\r\n \r\n\r\n<span style=\"font-size: 18pt; line-height: 1.5;\">Plasma & Food-borne Pathogens: New Sterilization Technique For Medical & Food Industrial Processes. Original Source: American Society for Microbiology.</span>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"98th General Meeting of the American Society for Microbiology</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">May 17-21, 1998, Atlanta, Georgia</span></p>\r\n<em>For more information on any presentation at the 98th General Meeting contact Jim Sliwa, Public Communications at jsliwa@asmusa.org.</em>\r\n\r\nReference #: 423/974-0286 - Paper P-101, Session 257-P\r\n\r\nWhile Americans enjoy a food supply that is among the safest in the world, food producers are continuously searching for new, state-of-the-art technologies that further improve food safety and quality. Food safety is a major concern of every sector of the food industry, with recent attention being focused on the meat and poultry industry. Current methods in reduction of microorganisms associated with food may pose problems with regard to residual food changes, the presence of resistant organisms, questions of cost and the necessity for elaborate facilities.\r\n\r\nTo answer the need of new methods in sterilization and pasteurization, a collaborative group of researchers at the University of Tennessee, Knoxville have developed the technology of room temperature sterilization using a one atmosphere uniform glow discharge plasma. An exploratory research program involves the Department of Electrical Engineering, Department of Microbiology, Textiles and Nonwovens Development Center, and Department of Food Science and Technology.\r\n\r\nThis proprietary University of Tennessee plasma process greatly reduces or eliminates high temperatures, toxic compounds, or harmful high-energy radiation associated with standard sterilization processes. In experiments performed thus far, atmospheric plasma is a very safe, gentle and rapid method (seconds) to reduce microbial loads on porous and non-porous surfaces. The sterilization process can be carried out at room temperature and complete killing was observed in conventional sterilization bags in less than one minute of exposure.\r\n\r\nProcess applications are currently being investigated is for use as a mechanism of pasteurizing foods and controlling foodborne pathogens such as E. coli O157:H7, Listeria monocytogenes, Campylobacter jejuni, and various Salmonella species. Experimental data indicate that thousands to millions of E. coli O157:H7 cells were killed in as little at 5 to 15 seconds of plasma when the cells were applied to the surface of the test material such as polypropylene. When the E. coli O157:H7 cells were embedded in a gel matrix, the exposure time was extended to 2 minutes or less. Such short exposure times may have little effect in the physical and organoleptic properties of food such as taste and texture but greatly reduce the bioburden present in foods.\r\n\r\nThis study was extended to include other microorganisms to demonstrate the efficacy of this method as a general sterilization procedure. Bacteria, bacterial spores, fungi and viruses on non-porous and porous surfaces that were exposed to the process. Microorganisms at levels of 10,000 to 10,000,000 were routinely killed in seconds to minutes even when the samples were placed in conventional medical sterilization bags.\r\n\r\nThis technology has the potential for development of more efficient and safer means of reducing the bioburden in foods and sterilization for industrial and medical industries. Another important area of our research currently being funded by the Air Force is a plasma process to decontaminate military equipment exposed to various biological and chemical warfare agents. This developing plasma reactor will be portable and capable of decontaminating a number of interior and exterior surfaces of planes, tanks, etc. and personal military equipment.\"\r\n\r\n<strong><span style=\"font-size: 18pt; line-height: 1.5;\">Selected Publications:</span></strong>\r\n<ul style=\"list-style-type: disc;\">\r\n <li>Dorai, R., K. Hassouni, and M. J. Kushner. Interaction between soot particles and NOx during dielectric barrier discharge plasma remediation of simulated diesel exhaust. Journal of Applied Physics 88:6060 (2000).</li>\r\n <li>Hwang, H. H., E. R. Keiter, and M. J. Kushner. Consequences of 3-dimensional physical and electromagnetic structures on dust particle trapping in high plasma density materials processing discharges. Journal of Vacuum Science and Technology A 16:2454 (1998).</li>\r\n <li>Kinder, R. L. and M. J. Kushner. Wave propagation and power deposition in magnetically enhanced inductively coupled and helican plasma sources. Journal of Vacuum Science A19:76 (2001).</li>\r\n <li>Zhang, D. and M. J. Kushner. A surface kinetics and plasma equipment model for Si etching by fluorocarbon plasmas. Journal of Applied Physics 87:1060 (2000).</li>\r\n <li>National Air Pollutant Emissions Estimates, 1900-1991, U.S. Environmental Protection Agency Publication No. EPA-454/R-92-013, October 1992.</li>\r\n <li>M.G. Grothaus, E.R. Fanick, D. Bannon, B.B. Bykowski, M. Grimes, \"Pulsed Corona Reactor for Efficient Destruction of Hazardous Gases,\" Southwest Research Institute Internal Research and Development Program, Project No. 10-9857.\"</li>\r\n <li>4. P. Burggraaf, \"Process Exhaust Treatment\" Semiconductor International, April 1993, pp. 44-47.</li>\r\n <li>\"Nonthermal Plasma Techniques for Pollution Control, Parts A & B\"; edited by B. Penetrante and S. Schultheis, NATO ASI Series G: Ecological Sciences, Vol. 34, Parts A and B, Springer-Verlag, Heidelberg, 1993.</li>\r\n <li>G. Wakalopulos, \"Electron Beam Array for Surface Treatment\"; May 9, 1995.</li>\r\n <li>M.G. Grothaus, R.K. Hutcherson, R.A. Korzekwa, R. Brown, M.W. Ingram, R. Roush, S. Beck, M. George, R. Pearce, and R. Ridgeway, \"Gaseous Effluent Treatment Using a Pulsed Corona Discharge\" Proceedings, 10th Institute of Electrical and Electronics Engineers Conference on Pulsed Power, Albuquerque, New Mexico, July 10-13, 1995.</li>\r\n <li>E.R. Fanick and B.B. Bykowski, \"Simultaneous Reduction of Diesel Particulate and NOx Using a Plasma\"; presented at the Society of Automotive Engineers Fuels and Lubricants Meeting and Exposition, Baltimore, Maryland, October 17-20, 1994</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plasma Disinfection','','draft','closed','closed','','plasma-disinfection','','','2017-03-12 10:31:13','2017-03-12 10:31:13','',42,'http://www.air-techinternational.com/?page_id=57',0,'page','',0),(60,1,'2016-07-19 02:50:07','2016-07-19 02:50:07','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"MDF 500\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThrough funding provided by the US Department of Energy and National Security Administration’s Chemical & Biological National Security Program, under contract DE-AC04-94AL85000, Sandia National Laboratories developed MDF\'s original <a href=\"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6566574.PN.&OS=PN/6566574&RS=PN/6566574\">base formulation</a>.\r\n\r\nMDF-500In July 2000, SNL provided all field-of-use licenses to Modec, Inc. for its manufacture & commercial sale. SNL\'s base formulation technique (<a href=\"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6566574.PN.&OS=PN/6566574&RS=PN/6566574\">Hydrolysis</a>) was then enhanced to maximize detoxification and neutralization performance while protecting human health. Resulting solutions became powerful non-toxic, biodegradable, non-corrosive oxidizing agents capable of neutralizing various chemical & biological agents, including Mustard Gas, VX, Cyanides, Bacillus Anthracis AMES-RIID & ANR-1, Hydrogen & Sodium Cyanide, Butyl Lscyanate, Carbon Disulfide, Anhydrous Ammonia and Soman.\r\n\r\nModec\'s most applauded product, <strong>MDF-500</strong>, is a binary solution that becomes a hunter for fungi, bacteria and viruses. With a surfactant wetting out and surrounding the target with positively charged micelles, it draws oxidizing species directly into microbials. Since MDF\'s application techniques were developed with Federal funding, the U.S. Government has certain rights in the base formulation invention and deployment protocols. Thus, Full-strength formulas are available only to qualified professionals. Air Tech is an authorized applicator of MDF formulas, including foam, mist & fog applications.\r\n\r\n \r\n<h3><span style=\"color: #000080;\"><strong>MDF-500 Vs. Traditional Mold Remediation Containment</strong></span></h3>\r\n \r\n\r\nTraditional Mold Remediation ContainmentNanometer-sized Microbial Volatile Organic Compounds (MVOCs) are the source of many poor IAQ situations. Complex mixtures of potentially harmful volatile organic compounds (VOCs) including alcohols, ketones, aldehydes, aromatic & chlorinated hydrocarbons, sulfur-based compounds, amines, and even terpenes are known to be produced by MVOCs microbial metabolism (Burge, 1995). MVOCs can readily disperse throughout a building & potentially penetrate barriers such as vinyl wallpaper & polyethylene sheeting. MDF-500 can address these issues at Sub-Molecular Level, operating as a continuous Full-Site mitigation mechanism during mold remediation activities.\r\n\r\n<span style=\"font-size: 14pt;\">For custom detoxification services in MD/VA/DC, please contact Air Tech: <span style=\"color: #ff0000;\">240-388-0030</span></span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','MDF 500','','publish','closed','closed','','mdf-500','','','2016-07-30 14:20:00','2016-07-30 14:20:00','',0,'http://www.air-techinternational.com/?page_id=60',0,'page','',0),(64,1,'2016-07-19 02:50:47','2016-07-19 02:50:47','[et_pb_section bb_built=\"1\" admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Contracting Experience\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech International has contracting experience of over 20 years. ATI has performed numerous services for residential, commercial, industrial and institutional clients, as well as for other environmental firms addressing environmental and safety issues since 1994. Due to the nature of our services and the confidentiality we offer to our clients and contracting partners, only a few references can be published at this time.\r\n\r\nThe following list is published with our client\'s permission. However, the client reserves the right to refuse to provide details about the services provided, or the nature of the circumstances for which our services were requested.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Environment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><strong><span style=\"font-size: 18pt; color: #000080;\">Environmental Investigation/Testing</span></strong></h3>\r\nBryan Davis\r\n926 Wampler Rd - Middle River, MD 21220\r\nTel: 443-604-8869\r\n\r\nDCX Inc - Diamond Cab\r\n1100 Q Street NW - Washington, DC 22009\r\nContact: Ralph Waller Tel: 202-387-4011\r\n\r\nEric Blow\r\n1565 Brookshire Court - Reston, VA 20190\r\nTel: 703-668-1597\r\n\r\nRobin Smith\r\n8914 River Island Drive - Savage, MD 20763\r\nTel: 301-332-0757\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080; font-size: 18pt;\"><strong>Commercial/Institutional Clients</strong></span></h3>\r\nThe World Bank\r\n1818 H St. NW - Wash. DC 20433\r\nContact: Michael DeSouza - Gen. Srvices Dept.\r\n\r\nU.S. Dept. Of The Interior\r\n1849 C St. NW #MS-1324 - Wash. DC 20240\r\nContact: Kate A. McKenna - Contract Specialist\r\n\r\nIBM\r\n6710 Rockledge Drive - Bethesda, MD 20817\r\nContact: Patrick Vasold, Solutions Manager\r\n\r\nSodexho Marriott\r\n1030 W Chicago Ave #200 - Chicago, IL 60622\r\nContact: Jean Crudup-Snell - Services\r\n\r\nCare Tech Industries, Inc.\r\n5020 Seminole Blvd - St. Petersburg, FL\r\nContact: John O. Shannon, President\r\nTel: 800-700-3327\r\n\r\nThe Royal Embassy Of Saudi Arabia\r\n605 New HAmpshire Avenue NW - Washington, DC 20036\r\nContact: Shahla Izadi\r\n\r\nClarke County Public Schools\r\n309 W. Main Street - Berryville, VA 22611\r\nContact: Larry W. Hardesty, Dir. Of Maintenance\r\n\r\nDaston Corporation\r\n2010 Corporate Ridge #750 - McLean, VA\r\nContact: Peter J. Caylor - 703-306-6883\r\n\r\nThe Corradino Group\r\n4055 NW 97Th. Avenue - Miami, FL 33178\r\nContact: Frederick C. P\'Pool - 954-777-0044\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"ENvironment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong>Environmental Management Services</strong></span></h3>\r\nCharles O\'Hara\r\n2144 Old Dairy Farm Rd. - Gambrills, MD 21054\r\nTel: 410-987-5357\r\n\r\nDaniel Fritz\r\n21055 Branchwood Way - Sterling, VA 21064\r\nTel: 703-444-0654\r\n\r\nParrish Evans\r\n9904 Killarney Way - Gaithersburg, MD 20688\r\nTel: 301-987-8895\r\n\r\nBeverly Crawford\r\n437 Christopher Avenue # T-2 - Gaithersburg, MD 20865\r\nTel: 301-366-7630\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong>Commercial Clients</strong></span></h3>\r\nThe Neighborhood Development Company\r\n1003 K St. NW - Wash. DC 20001\r\nTel: 202-347-7880\r\nContact: Sussane Mulbah, Director\r\n\r\nMorgan State University\r\n1700 E. Cold Spring Lane - Baltimore, MD 21251\r\nContact: Joseph Popovich, Director\r\nTel: 443-885-3372\r\n\r\nBiosynexus Inc.\r\n9119 Gaither Road - Gaithersburg, MD 20877\r\nContact: Paul Choma, Director\r\nTel: 301-987-1169\r\n\r\nS. R. Inc.\r\n1615 Manchester Lane NW - Wash. DC 20012\r\nContact: Dick Clark/Andrew Mayer\r\n\r\nSilver, Freedman & Taff, L.L.P.\r\n1700 Wisconsin Avenue NW - Washington, DC 20007\r\nContact: Lamont Mahone Tel: 202-295-4500\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Home\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Home Inspections / Building Physical Needs</span></strong></span></h3>\r\nSally Hamidi\r\n1437 Rhode Island Ave NW - Wash. DC 20005\r\nTel: 202-321-3490\r\n\r\nSara Buchanan\r\n6075 Majors Lane - Columbia, MD 21045\r\nTel: 301-437-3737\r\n\r\nMr. & Mrs. Becerra\r\n9038 Miles Place - Manassas, VA 20110\r\nGabriela Rivas, Realtor\r\nRE/MAX - Tel: 202-744-6990\r\n\r\nTed Nguyen, Realtor\r\nColdwell Banker - 703-524-2100\r\n\r\nAngel Ribulotta, Realtor\r\nCentury 21 - 301-871-3606\r\n\r\nLuis Cordero/Ada Calero, Realtors\r\nCamelot International - 703-207-1700\r\n\r\nPatricia Henryk, Real Estate Broker\r\nPat Henryk Real Estate Inc.\r\n\r\nJoe Faraji, Realtor\r\nWeichert Realtors - 301-263-0700\r\n\r\nReginal E. Thomas, Financial Advisor\r\nMorgan & Stanley - 800-676-3376\r\n\r\nLong & Foster Realtors\r\nAna Irazabal - 703-813-8214\r\nPamela Key - 301-434-8900\r\nFeriel Massri - 301-907-7600\r\nEileen Rogers - 202-362-8743 Ext 231\r\n\r\nS.F Zaru, Architect - S. Zaru & Associates\r\n3159 Smart Heiress Dr. - Mount Airy, MD 21771\r\n\r\nDCI Group, LLC\r\n1133 21St. Street NW # M100 - Washington, DC\r\nComntact: Brandi Tatlisu, Director - 202-546-4242\r\n\r\nARQUITECTONICA\r\n550 Brickell Avenue Suite 200 - Miami, FL 33131\r\nContact: Laurinda Spear, FAIA - 305-372-1812\r\n\r\nLaw Offices Of Ann Shaw, PA\r\n212 W. Main Street - Salisbury, MD 21801\r\nContact: Jefrey White, Attorney At Law\r\n\r\nUnivision TV\r\n9405 NW 41St. Street - Miami, FL 33178\r\nContact: Enrique Cuervo, Director Of Facilities\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Environment consulting\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><strong><span style=\"color: #000080;\">Environmental Consulting Services</span></strong></h3>\r\nVMTJBJ - J.B. Johnson Nursing Center\r\nContact: Ulysses Cooper - Engineering Dept.\r\nTel: 202-535-2115\r\n\r\nFriendship School\r\n6220 Georgetown Blvd. - Eldersburg, MD 21784\r\nContact: Teresa Aukney, Director - 410-552-6880\r\n\r\nInternational Engineering Corporation\r\n3609 Astoria Road - Kensington, MD 20895\r\nContact: Dr. Victor B. Rebaza, PhD., PE - Tel: 301-946-4406\r\n\r\nEnergy & Environmental Consultants, Inc.\r\n2601 Stanley Dr. - Baldwin, MD 21013\r\nTel: 443-804-4520 Fax: 410-692-9349\r\nContact: Kathleen Fox\r\n\r\nXact Teleservices Solutions\r\n320 Main Street - Laurel, MD 20707\r\nContact: Julie Thorne, Director\r\n\r\nLanghart Communications\r\n1200 19Th. St NW # 400- Wash. DC 20036\r\nContact: Kari Lidgett\r\n\r\nICI- INCLAIMCO\r\n17463 Jef. Davis Hwy. - Dumfries, VA\r\nContact: Sandy Marrocco, Contract Specialist\r\nTel: 703-441-3644 Fax: 703-441-3647\r\n\r\nBOB\'S BMW\r\n10720 Guilford Road - Jessup, MD 20794\r\nTel: 1-800-BMW-BOBS Fax: 301-776-2338\r\nContact: Bob Henig, owner\r\n\r\nPEPCO Building Services\r\n25279 Pleasant Valley Road - Chantilly, VA 20152\r\nTel: 703-471-6310\r\nContact: Jay Harper/Richard Roldan/James Beach\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#4ba31b\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\" parallax_method_1=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" button_text=\"OUR SERVICES\" use_background_color=\"off\"] [/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"GET A QUOTE\" use_background_color=\"off\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Contracting Experience','','publish','closed','closed','','contracting-experience','','','2017-03-12 07:31:38','2017-03-12 07:31:38','',0,'http://www.air-techinternational.com/?page_id=64',0,'page','',0),(66,1,'2016-07-19 02:51:15','2016-07-19 02:51:15','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Air Duct Cleaning References\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nSince its inception in 1999, Air Tech\'s Air Duct & HVAC Cleaning division has successfully completed over 14,500 residential, commercial and institutional projects with a consistent 92% customer satisfaction record. Remaining percentage accounts for project halt/cancellations due to inclement weather, schedule changes and; a few unforeseen circumstances that were beyond Air Tech\'s capabilities and/or control (should you find the perfect company, let us know).\r\n\r\nWe respect our client\'s privacy. Thus, would like to express our gratitude to all whom willfully pledged to be listed below.\r\n\r\nPlease note that\r\n\r\n(1) Clients\' phone numbers are available upon request;\r\n\r\n(2) May reserve the right to refuse to provide details about services provided and;\r\n\r\n(3) Listings may be up to 5 Years old. Additional references may be found at the following consumer\'s guide web sites: <a href=\"http://www.angieslist.com/\">Angie\'s List</a> | <a href=\"http://www.checkbook.org/\">Consumer\'s Checkbook</a>\r\n\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning References','','publish','closed','closed','','air-duct-cleaning-references','','','2016-07-30 14:36:08','2016-07-30 14:36:08','',42,'http://www.air-techinternational.com/?page_id=66',0,'page','',0),(69,1,'2016-07-19 02:51:43','2016-07-19 02:51:43','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"REQUEST A QUOTE\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]\r\n\r\nHow can we help you today?\r\n\r\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"696px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_line_height=\"1.8em\" text_font_size=\"20px\"]\r\n\r\nDo you need help with your air duct cleaning or dryer vent cleaning? Or do you want a foreclosure cleanups or even a small home repairs?\r\n\r\nJust drop us a message below with your requirement and we will send you a free no obligation quote. If you like the quote, we can get started right away.\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Requirement\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Request a Quote','','publish','closed','closed','','request-a-quote','','','2017-03-12 07:47:32','2017-03-12 07:47:32','',0,'http://www.air-techinternational.com/?page_id=69',0,'page','',0),(70,1,'2016-07-19 02:51:49','2016-07-19 02:51:49','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Contact Us\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Have a query about our services? Call us directly or fill the form in this page. We will get back to you soon.</p>\r\n<p><strong>Tel: (240) 388-0030</strong></p>\r\n<p><strong>Fax: (866) 603-6959</strong></p>\r\n<p>You can also check our <a href=\"?page_id=73\">FAQ page</a> to find answers to commonly asked questions.</p>\r\n<p>We provide air duct and dryer vent cleaning in and Maryland. To find out more how we can help you with cleaning and repair work, check our <a href=\"?page_id=42\">Services</a> pages. </p>\r\n<p><strong></strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_font_size=\"16px\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','publish','closed','closed','','contact-us','','','2017-03-12 07:07:10','2017-03-12 07:07:10','',0,'http://www.air-techinternational.com/?page_id=70',0,'page','',0),(73,1,'2016-07-19 02:52:25','2016-07-19 02:52:25','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"FAQs\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.8em\" body_line_height_tablet=\"1.8em\" body_line_height_phone=\"1.8em\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\"]\r\n\r\nOur faqs answer your queries, air duct cleaning facts and myths plus tips & tricks to pick or kick HVAC cleaning firms\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"1st para\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause HVAC cleaning is not yet fully regulated, most people are unfamiliar with the processes involved, and less prepared to distinguish a reliable service provider. Thus, many companies take advantage by up-selling supposedly integral tasks; operate illegally, use sub-standard equipment or untrained subcontractors, or worse; cut corners in cleaning procedures to book more jobs per day.\r\n\r\nAccording to the BBB, these \"blow-n-go\" companies (as they have come to be known) are often attractive to unwary consumers because of enticing low prices, but generally create more problems than what they solve. In addition to professional uncertainty, widespread issues are:\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Bullets\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Bait & Switch tactics, or SCAMS. <a href=\"http://www.youtube.com/watch?v=rNu6u8KiA-o\">Video Reference 1</a> | <a href=\"http://www.youtube.com/watch?v=pT4WKwfBu18&NR=1\">Video Reference 2</a></li>\r\n <li>Poor Craftsmanship, or NEGLIGENCE.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"2nd para\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] So when all claim to be the best, and no one knows who\'s who until is too late, Air Tech comes forward in good faith. We\'re a local enterprise, so before a client, you are (to us) a valued neighbor, and with it comes all due respect. Let us then address these gray areas of the trade, explain how things must be done, help you make an informed decision and; should you wish to go ahead, how to prepare your home & what to expect, so nobody gets hurt. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"FAQs\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" collapsed=\"on\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"52px||0px|\" custom_padding_tablet=\"90px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] None that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list! [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] Never did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nVery little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.\r\n\r\nOtherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] In fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Should I have my air ducts sanitized?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] Although it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How should air ducts be cleaned?\" title=\"How should air ducts be cleaned?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nThe safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.\r\n\r\n<img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.\r\n\r\nNADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.\r\n\r\nBut big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How often should residential HVAC systems be cleaned?\" title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nEPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li>\r\n <li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li>\r\n</ul>\r\nBut rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li>\r\n <li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li>\r\n <li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li>\r\n <li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li>\r\n <li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li>\r\n <li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li>\r\n <li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li>\r\n <li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li>\r\n <li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li>\r\n <li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li>\r\n <li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li>\r\n <li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li>\r\n <li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li>\r\n <li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li>\r\n <li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li>\r\n <li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nWhen done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means\r\n\r\n(1) Fairly good access to all systems components;\r\n\r\n(2) Uninterrupted worker\'s pace, (\r\n\r\n3) Enough power to operate all equipment and most important; (\r\n\r\n4) A friendly & respectful environment under the circumstances.\r\n\r\n<a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a>\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"1px\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Getting prep\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"36\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nGetting Prepared for your Cleaning\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"17px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nAir duct cleaning is done by appointment only, and for very good reasons. Although IT IS NOT a \"messy\" process, it involves a series of disruptive tasks that may interfere with traditional business or daily life, and thus cause a myriad of upsetting situations if the site -or occupants- are not prepared for it. Let\'s start with:\r\n\r\n<strong>Intrusive Traffic</strong> - In order to clean an HVAC system, a service area reconnaissance or walkthrough must be performed first, and permission will be asked for at the time. If allowed to, crew then considers full access to all HVAC service areas granted and \"project started\" from that point on. Personal activities (showers, breast-feeding or else) should be avoided to prevent embarrassing situations until project completion.\r\n\r\n<strong>Utilities Shut-Down</strong> -\r\n\r\n(1) Your HVAC system will be turned off, which may cause significant changes to your indoor environment;\r\n\r\n(2) Accessories hard wired to other electrical branches must also be powered down.\r\n\r\n(3) To remove humidifiers, crew may have to cut water supply and;\r\n\r\n(4) To clean heat exchangers, gas lines may be closed too. We all have a life to live and yes, dinner must be cooked - so unless you wish to inspect their work, it would be in your best interest not to distract, interfere with, or halt the crew.\r\n\r\n<strong>Noise</strong> - An industrial strength vacuum machine hooked to your home\'s duct-work, an air compressor near your doorsteps and 2 guys hauling 35 Ft. long rotary brush snakes throughout every room\'s vents will not go unnoticed. Naps, conference calls, book or song writing -or perhaps meditation- would certainly be out of the equation.\r\n\r\n<strong>Tampering</strong> with personal items to access grilles or hidden vents is often inevitable, and you should expect such occurrence. Accidents happen, but most can be avoided - In this case, it is your duty to secure lose or valuable items in narrow hallways & near HVAC vents to minimize the odds. Key items include delicate ornaments, antique furniture, toys, clothing, power cords & electronics within a 4 Ft. radius from a vent. Keep in mind, crews are there to perform a specific task, and although moving aside a few items may be OK with them, it is technically outside their scope of work. Thus, cannot be held responsible if anything brakes, gets misplaced or not moved back at all.\r\n\r\n<strong>Heavy Moving & Lifting</strong> - Ceiling-mounted vents are often a challenge because heavy furniture (beds, sofas, pianos, etc.) underneath may need to be temporarily removed to make room for ladders. Also, wall & floor vents may be obstructed by heavy desks, bookshelves or entertainment centers. If this may be your case, please take the appropriate measures in advance, or make sure to discuss heavy furniture lifting at the time of booking. A dedicated moving crew may be more expensive, yet may save you a week\'s worth of backaches.\r\n\r\n \r\n<h3><span style=\"font-size: 24pt; color: #ff0000;\">Liability Exclusions</span></h3>\r\n \r\n\r\n<strong>Paint & Drywall Chipping</strong> - Water based paint does not adhere to metal as good as it does to drywall and; some vents are glued to drywall for whatever reason. In despite of how careful crews may be, it is possible that; if supply vents or return grilles are glued or painted over, minor damage may occur upon their forced removal. Because vents & grilles cannot be glued or water-based painted by code, neither crew or company can assume liability.\r\n\r\n<strong>Concealed Wiring Damage</strong> - Many contractors discretely run thermostats, phone, cable or satellite video, alarms, and even audio wiring through the inside of older home\'s ductwork, which is against building codes. And yes, this may go undetected for many years, and further concealed by heavy debris accumulation, which often makes it undetectable to inspection scopes or cameras. So unless the duct cleaning contractor is notified in advance, cannot assume liability and/or be held responsible for accidental inner-ductwork wiring damage.\r\n\r\n \r\n<h4><span style=\"font-size: 18pt; color: #ff0000;\">Additional Considerations</span></h4>\r\n \r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>Hovering</strong> - Air Tech\'s crews will proudly show you what\'s being done. Just don\'t get too close to them while they\'re doing it. In addition to annoying, toe-stepping & head-bumping can be painful.</li>\r\n <li><strong>Shoes</strong> - OSHA rules, and under no circumstances HVAC workers are to take off their shoes. High amperage equipment, hidden power lines and metal duct-work are a constant risk for worker\'s electrocution and; rotary and/or compressed-air agitators can generate harmful electrostatic discharges. We will however, wear cloth booties to protect white or religious use carpeting, and use drop clothes to lay our tools over brand new flooring. But-please, don\'t ask the crew to wear booties on stairways, hardwood, ceramic or vinyl floors; it\'s a Slip & Fall waiting to happen, it is against OSHA regulations, and if you look at it in perspective, it\'s not worth forcing circumstances - it makes you responsible for injuries or damage! Safety First, God Bless OSHA.</li>\r\n <li><strong>HVAC Compartment Stuffing</strong> - Our biggest, heaviest & most powerful tool (negative air machine) will have to be placed at two different points next to your HVAC unit, and crew needs to focus on what they do best. A little space around the air handler will allow technicians to work at a much faster pace - So spend 10 minutes, clear some clutter, Save 2 Hours Off Your Day!</li>\r\n</ul>\r\n \r\n\r\nFinally, keep in mind that every home or building is unique in many ways, and so will be your air conveyance cleaning project. In despite the odds, our crews grow wiser and more observant with every job, and are always prepared to back-track in a second, should human factors or special needs may arise. Hoping we may have the opportunity to serve you soon, we\'ll be delighted to answer any other questions or be of assistance in any other way. Keep in mind, we\'re just a phone call away! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQs','','publish','closed','closed','','faqs','','','2017-03-12 07:39:54','2017-03-12 07:39:54','',0,'http://www.air-techinternational.com/?page_id=73',0,'page','',0),(124,1,'2016-07-19 03:14:18','2016-07-19 03:14:18','','shipping company employee','portrait of shipping company employee standing in front of industrial tires','inherit','open','closed','','shipping-company-employee','','','2016-07-19 03:14:18','2016-07-19 03:14:18','',40,'http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg',0,'attachment','image/jpeg',0),(128,1,'2016-07-19 03:15:44','2016-07-19 03:15:44','','Wyoming Background','','inherit','open','closed','','wyoming-background','','','2016-07-19 03:15:44','2016-07-19 03:15:44','',0,'http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png',0,'attachment','image/png',0),(135,1,'2016-07-19 07:46:11','2016-07-19 07:46:11','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\"]\n\n[et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\n\n\n\n[/et_pb_slide]\n\n[/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<ul style=\"list-style-type: square;\">\n <li>Full-Service Handyman Work</li>\n <li>Fire/Water Damage Restoration</li>\n <li>Home & Office Remodeling</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<ul style=\"list-style-type: square;\">\n <li>General Construction Contracting</li>\n <li>HVAC Cleaning & Sanitation</li>\n <li>REO/Vacancy Clean-ups & Repair</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nAir Tech Is Fully Licensed & Insured.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Page Layout v1','','publish','closed','closed','','page-layout-v1','','','2016-07-19 07:46:11','2016-07-19 07:46:11','',0,'http://www.air-techinternational.com/et_pb_layout/page-layout-v1/',0,'et_pb_layout','',0),(137,1,'2016-07-19 08:14:47','2016-07-19 08:14:47','','3-1','','inherit','open','closed','','3-1','','','2016-07-19 08:14:47','2016-07-19 08:14:47','',0,'http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg',0,'attachment','image/jpeg',0),(138,1,'2016-07-19 08:14:50','2016-07-19 08:14:50','','022','','inherit','open','closed','','022','','','2016-07-19 08:14:50','2016-07-19 08:14:50','',0,'http://air-techinternational.com/wp-content/uploads/2016/07/022.png',0,'attachment','image/png',0),(139,1,'2016-07-19 08:14:50','2016-07-19 08:14:50','','032','','inherit','open','closed','','032','','','2016-07-19 08:14:50','2016-07-19 08:14:50','',0,'http://air-techinternational.com/wp-content/uploads/2016/07/032.png',0,'attachment','image/png',0),(140,1,'2016-07-19 08:14:50','2016-07-19 08:14:50','','051','','inherit','open','closed','','051','','','2016-07-19 08:14:50','2016-07-19 08:14:50','',0,'http://air-techinternational.com/wp-content/uploads/2016/07/051.png',0,'attachment','image/png',0),(141,1,'2016-07-19 08:14:50','2016-07-19 08:14:50','','041','','inherit','open','closed','','041','','','2016-07-19 08:14:50','2016-07-19 08:14:50','',0,'http://air-techinternational.com/wp-content/uploads/2016/07/041.png',0,'attachment','image/png',0),(25343,1,'2016-06-29 02:24:17','2016-06-29 02:24:17','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"129px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"64px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans|on|||\" text_font_size=\"10em\" text_text_color=\"#222222\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1em\" text_font_size_tablet=\"4em\" text_font_size_last_edited=\"on|tablet\"]\n\n<p>FAQs</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"37px||149px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" custom_width_px=\"940px\" custom_padding_tablet=\"0px||64px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"24\" text_text_color=\"#888888\" text_line_height=\"1.4em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"940px\" text_font_size_tablet=\"18\" text_font_size_last_edited=\"on|tablet\"]\n\n<p>Frequently Asked Questions.<br /> Here are some common questions about Elegant Studio.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Toggle\" title=\"How is my price determined?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>Maecenas eu placerat ante. Fusce ut neque justo, et aliquet enim. In hac habitasse platea dictumst. Nullam commodo neque erat, vitae facilisis erat. Cras at mauris ut tortor vestibulum fringilla vel sed metus. Donec interdum purus a justo feugiat rutrum. Sed ac neque ut neque dictum accumsan. Cras lacinia rutrum risus, id viverra metus dictum sit amet.</p><p>Fusce venenatis, urna eget cursus placerat, dui nisl fringilla purus, nec tincidunt sapien justo ut nisl. Curabitur lobortis semper neque et varius. Etiam eget lectus risus, a varius orci. Nam placerat mauris at dolor imperdiet at aliquet lectus ultricies.</p><p>Duis tincidunt mi at quam condimentum lobortis.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Toggle\" title=\"Can I get my order sooner?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>Maecenas eu placerat ante. Fusce ut neque justo, et aliquet enim. In hac habitasse platea dictumst. Nullam commodo neque erat, vitae facilisis erat. Cras at mauris ut tortor vestibulum fringilla vel sed metus. Donec interdum purus a justo feugiat rutrum. Sed ac neque ut neque dictum accumsan. Cras lacinia rutrum risus, id viverra metus dictum sit amet.</p><p>Fusce venenatis, urna eget cursus placerat, dui nisl fringilla purus, nec tincidunt sapien justo ut nisl. Curabitur lobortis semper neque et varius. Etiam eget lectus risus, a varius orci. Nam placerat mauris at dolor imperdiet at aliquet lectus ultricies.</p><p>Duis tincidunt mi at quam condimentum lobortis.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Toggle\" title=\"What file-format should I submit?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>Maecenas eu placerat ante. Fusce ut neque justo, et aliquet enim. In hac habitasse platea dictumst. Nullam commodo neque erat, vitae facilisis erat. Cras at mauris ut tortor vestibulum fringilla vel sed metus. Donec interdum purus a justo feugiat rutrum. Sed ac neque ut neque dictum accumsan. Cras lacinia rutrum risus, id viverra metus dictum sit amet.</p><p>Fusce venenatis, urna eget cursus placerat, dui nisl fringilla purus, nec tincidunt sapien justo ut nisl. Curabitur lobortis semper neque et varius. Etiam eget lectus risus, a varius orci. Nam placerat mauris at dolor imperdiet at aliquet lectus ultricies.</p><p>Duis tincidunt mi at quam condimentum lobortis.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Toggle\" title=\"What is your minimum order quantity?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>Maecenas eu placerat ante. Fusce ut neque justo, et aliquet enim. In hac habitasse platea dictumst. Nullam commodo neque erat, vitae facilisis erat. Cras at mauris ut tortor vestibulum fringilla vel sed metus. Donec interdum purus a justo feugiat rutrum. Sed ac neque ut neque dictum accumsan. Cras lacinia rutrum risus, id viverra metus dictum sit amet.</p><p>Fusce venenatis, urna eget cursus placerat, dui nisl fringilla purus, nec tincidunt sapien justo ut nisl. Curabitur lobortis semper neque et varius. Etiam eget lectus risus, a varius orci. Nam placerat mauris at dolor imperdiet at aliquet lectus ultricies.</p><p>Duis tincidunt mi at quam condimentum lobortis.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Toggle\" title=\"How long is turnaround time?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>Maecenas eu placerat ante. Fusce ut neque justo, et aliquet enim. In hac habitasse platea dictumst. Nullam commodo neque erat, vitae facilisis erat. Cras at mauris ut tortor vestibulum fringilla vel sed metus. Donec interdum purus a justo feugiat rutrum. Sed ac neque ut neque dictum accumsan. Cras lacinia rutrum risus, id viverra metus dictum sit amet.</p><p>Fusce venenatis, urna eget cursus placerat, dui nisl fringilla purus, nec tincidunt sapien justo ut nisl. Curabitur lobortis semper neque et varius. Etiam eget lectus risus, a varius orci. Nam placerat mauris at dolor imperdiet at aliquet lectus ultricies.</p><p>Duis tincidunt mi at quam condimentum lobortis.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Toggle\" title=\"How much do I have to pay to get started?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>Maecenas eu placerat ante. Fusce ut neque justo, et aliquet enim. In hac habitasse platea dictumst. Nullam commodo neque erat, vitae facilisis erat. Cras at mauris ut tortor vestibulum fringilla vel sed metus. Donec interdum purus a justo feugiat rutrum. Sed ac neque ut neque dictum accumsan. Cras lacinia rutrum risus, id viverra metus dictum sit amet.</p><p>Fusce venenatis, urna eget cursus placerat, dui nisl fringilla purus, nec tincidunt sapien justo ut nisl. Curabitur lobortis semper neque et varius. Etiam eget lectus risus, a varius orci. Nam placerat mauris at dolor imperdiet at aliquet lectus ultricies.</p><p>Duis tincidunt mi at quam condimentum lobortis.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Toggle\" title=\"What is the 3% under allowance policy?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>Maecenas eu placerat ante. Fusce ut neque justo, et aliquet enim. In hac habitasse platea dictumst. Nullam commodo neque erat, vitae facilisis erat. Cras at mauris ut tortor vestibulum fringilla vel sed metus. Donec interdum purus a justo feugiat rutrum. Sed ac neque ut neque dictum accumsan. Cras lacinia rutrum risus, id viverra metus dictum sit amet.</p><p>Fusce venenatis, urna eget cursus placerat, dui nisl fringilla purus, nec tincidunt sapien justo ut nisl. Curabitur lobortis semper neque et varius. Etiam eget lectus risus, a varius orci. Nam placerat mauris at dolor imperdiet at aliquet lectus ultricies.</p><p>Duis tincidunt mi at quam condimentum lobortis.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"133\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"off\"]\n\n\n\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"190px||190px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"120px||120px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans|on|||\" text_font_size=\"36\" text_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.2em\" text_font_size_last_edited=\"on|desktop\" custom_margin=\"||0px|\" custom_padding=\"0px||0px|\"]\n\n<p>Still need help? Send us a note!</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"28\" text_text_color=\"#cccccc\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.4em\" text_font_size_last_edited=\"on|tablet\" custom_margin=\"34px||0px|\" custom_padding=\"0px||0px|\" max_width=\"680px\" text_font_size_tablet=\"24\"]\n\n<p>For any other questions, please write us at info@elegant.studio or call us on +39 123 456 789</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"28\" text_text_color=\"#dac8c1\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.4em\" text_font_size_last_edited=\"on|desktop\" custom_margin=\"34px||0px|\" custom_padding=\"0px||0px|\" max_width=\"680px\"]\n\n<p><a href=\"#\"><img style=\"margin-right: 40px\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/022.png\" alt=\"022\" width=\"9\" height=\"18\" class=\"alignnone size-full wp-image-18669\"></a><a href=\"#\"><img style=\"margin-right: 40px\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/032.png\" alt=\"032\" width=\"23\" height=\"18\" class=\"alignnone size-full wp-image-18668\"></a><a href=\"#\"><img style=\"margin-right: 40px\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/051.png\" alt=\"051\" width=\"19\" height=\"18\" class=\"alignnone size-full wp-image-18670\"></a> <a href=\"#\"><img style=\"margin-right: 40px\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/041.png\" alt=\"041\" width=\"19\" height=\"18\" class=\"alignnone size-full wp-image-18671\"></a></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ #3','','publish','closed','closed','','faq-3','','','2016-06-29 02:24:17','2016-06-29 02:24:17','',0,'http://www.air-techinternational.com/et_pb_layout/faq-3/',0,'et_pb_layout','',0),(25347,1,'2016-07-19 08:29:06','2016-07-19 08:29:06','','ductcleaning pack','','inherit','open','closed','','ductcleaning-pack','','','2016-07-19 08:29:06','2016-07-19 08:29:06','',73,'http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg',0,'attachment','image/jpeg',0),(25349,1,'2016-07-20 18:33:05','2016-07-20 18:33:05','','Cover pic','','inherit','open','closed','','cover-pic','','','2016-07-20 18:33:05','2016-07-20 18:33:05','',0,'http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg',0,'attachment','image/jpeg',0),(25365,1,'2016-07-20 19:36:21','2016-07-20 19:36:21','','VA mold license','','inherit','open','closed','','va-mold-license','','','2016-07-20 19:36:21','2016-07-20 19:36:21','',56,'http://air-techinternational.com/wp-content/uploads/2016/07/VA-mold-license.jpg',0,'attachment','image/jpeg',0),(25367,1,'2016-07-20 19:39:10','2016-07-20 19:39:10','','Moldy_room','','inherit','open','closed','','moldy_room','','','2016-07-20 19:39:10','2016-07-20 19:39:10','',52,'http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg',0,'attachment','image/jpeg',0),(25369,1,'2016-07-20 19:39:13','2016-07-20 19:39:13','','PPI','','inherit','open','closed','','ppi','','','2016-07-20 19:39:13','2016-07-20 19:39:13','',52,'http://air-techinternational.com/wp-content/uploads/2016/07/PPI.jpg',0,'attachment','image/jpeg',0),(25370,1,'2016-07-20 20:00:36','2016-07-20 20:00:36','','ABSA_Logo','','inherit','open','closed','','absa_logo','','','2016-07-20 20:00:36','2016-07-20 20:00:36','',52,'http://air-techinternational.com/wp-content/uploads/2016/07/ABSA_Logo.gif',0,'attachment','image/gif',0),(25373,1,'2016-07-21 03:07:45','2016-07-21 03:07:45','','trashed home','','inherit','open','closed','','trashed-home','','','2016-07-21 03:07:45','2016-07-21 03:07:45','',53,'http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg',0,'attachment','image/jpeg',0),(25381,1,'2016-07-21 03:38:46','2016-07-21 03:38:46','','vac1a','','inherit','open','closed','','vac1a','','','2016-07-21 03:38:46','2016-07-21 03:38:46','',47,'http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif',0,'attachment','image/gif',0),(25382,1,'2016-07-21 03:52:48','2016-07-21 03:52:48','','CC_Logo','','inherit','open','closed','','cc_logo','','','2016-07-21 03:52:48','2016-07-21 03:52:48','',47,'http://air-techinternational.com/wp-content/uploads/2016/07/CC_Logo.gif',0,'attachment','image/gif',0),(25383,1,'2016-07-21 03:56:13','2016-07-21 03:56:13','','birdguard','','inherit','open','closed','','birdguard','','','2016-07-21 03:56:13','2016-07-21 03:56:13','',47,'http://air-techinternational.com/wp-content/uploads/2016/07/birdguard.gif',0,'attachment','image/gif',0),(25388,1,'2016-07-21 04:03:33','2016-07-21 04:03:33','','HEPA_Air_Machine','','inherit','open','closed','','hepa_air_machine','','','2016-07-21 04:03:33','2016-07-21 04:03:33','',46,'http://air-techinternational.com/wp-content/uploads/2016/07/HEPA_Air_Machine.jpg',0,'attachment','image/jpeg',0),(25394,1,'2016-07-21 04:28:55','2016-07-21 04:28:55','','Ductworksys','','inherit','open','closed','','ductworksys','','','2016-07-21 04:28:55','2016-07-21 04:28:55','',44,'http://air-techinternational.com/wp-content/uploads/2016/07/Ductworksys.jpg',0,'attachment','image/jpeg',0),(25395,1,'2016-07-22 12:09:11','2016-07-22 12:09:11','','Home','','publish','closed','closed','','home','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/home/',1,'nav_menu_item','',0),(25396,1,'2016-07-22 12:09:12','2016-07-22 12:09:12','','Cleaning','','publish','closed','closed','','cleaning','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/cleaning/',5,'nav_menu_item','',0),(25397,1,'2016-07-22 12:09:12','2016-07-22 12:09:12','','Mold','','publish','closed','closed','','mold','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/mold/',9,'nav_menu_item','',0),(25398,1,'2016-07-22 12:09:12','2016-07-22 12:09:12','','Home Repair','','publish','closed','closed','','home-repair','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/home-repair/',12,'nav_menu_item','',0),(25401,1,'2016-07-19 01:51:11','2016-07-19 01:51:11','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world-2','','','2016-07-19 01:51:11','2016-07-19 01:51:11','',0,'http://www.air-techinternational.com/?p=1',0,'post','',0),(25403,1,'2016-07-22 12:09:14','2016-07-22 12:09:14',' ','','','publish','closed','closed','','25403','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/25403/',2,'nav_menu_item','',0),(25404,1,'2016-07-22 12:09:14','2016-07-22 12:09:14',' ','','','publish','closed','closed','','25404','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/25404/',13,'nav_menu_item','',0),(25405,1,'2016-07-22 12:09:14','2016-07-22 12:09:14',' ','','','publish','closed','closed','','25405','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/25405/',4,'nav_menu_item','',0),(25406,1,'2016-07-22 12:09:14','2016-07-22 12:09:14',' ','','','publish','closed','closed','','25406','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',42,'http://air-techinternational.com/2016/07/22/25406/',6,'nav_menu_item','',0),(25407,1,'2016-07-22 12:09:14','2016-07-22 12:09:14',' ','','','publish','closed','closed','','25407','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',42,'http://air-techinternational.com/2016/07/22/25407/',7,'nav_menu_item','',0),(25408,1,'2016-07-22 12:09:14','2016-07-22 12:09:14',' ','','','publish','closed','closed','','25408','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',42,'http://air-techinternational.com/2016/07/22/25408/',8,'nav_menu_item','',0),(25409,1,'2016-07-22 12:09:14','2016-07-22 12:09:14',' ','','','publish','closed','closed','','25409','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/25409/',3,'nav_menu_item','',0),(25410,1,'2016-07-22 12:09:14','2016-07-22 12:09:14',' ','','','publish','closed','closed','','25410','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/25410/',17,'nav_menu_item','',0),(25412,1,'2016-07-22 12:09:15','2016-07-22 12:09:15',' ','','','publish','closed','closed','','25412','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',42,'http://air-techinternational.com/2016/07/22/25412/',10,'nav_menu_item','',0),(25413,1,'2016-07-22 12:09:15','2016-07-22 12:09:15',' ','','','publish','closed','closed','','25413','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',42,'http://air-techinternational.com/2016/07/22/25413/',11,'nav_menu_item','',0),(25417,1,'2016-07-22 12:09:15','2016-07-22 12:09:15',' ','','','publish','closed','closed','','25417','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/2016/07/22/25417/',15,'nav_menu_item','',0),(25419,1,'2016-07-22 12:09:16','2016-07-22 12:09:16',' ','','','publish','closed','closed','','25419','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',42,'http://air-techinternational.com/2016/07/22/25419/',16,'nav_menu_item','',0),(25421,1,'2016-07-22 12:15:24','2016-07-22 12:15:24','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n\r\n[et_pb_slide heading=\"Welcome To Our Website\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue.\r\n\r\n \r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"font-size: 18pt; color: #3366ff;\">Welcome to Air-tech international</span>\r\n<span style=\"font-size: 14pt;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"read more\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#efefef\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Testimonials</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor\r\n\r\n[/et_pb_testimonial][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor\r\n\r\n[/et_pb_testimonial][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"color: #bbbbbb;\"><span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum. </span></span>\r\n\r\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum. </span>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"color: #bbbbbb;\"><span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum. </span></span>\r\n\r\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum. </span>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-22 12:15:24','2016-07-22 12:15:24','',38,'http://air-techinternational.com/2016/07/22/38-revision-v1/',0,'revision','',0),(25423,1,'2016-07-26 10:39:30','2016-07-26 10:39:30','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum. </span> [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum. </span> [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#efefef\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Testimonials</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor [/et_pb_testimonial][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor [/et_pb_testimonial][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 10:39:30','2016-07-26 10:39:30','',38,'http://air-techinternational.com/?p=25423',0,'revision','',0),(25424,1,'2016-07-26 11:36:50','2016-07-26 11:36:50','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#efefef\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Testimonials</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor [/et_pb_testimonial][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor [/et_pb_testimonial][et_pb_testimonial admin_label=\"Testimonial\" author=\"John \" job_title=\"CEO\" company_name=\"Comapny Name\" url_new_window=\"off\" portrait_url=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent suscipit vehicula mi ut iaculis. Donec eu semper orci. Vivamus ac accumsan massa. Nam euismod id erat eu aliquam. Nunc maximus scelerisque urna, vitae tempor quam laoreet ac. Suspendisse potenti. Aliquam tincidunt odio id tortor ultrices, vel viverra felis porttitor. Nullam tempus pretium mollis. Duis ac risus et nunc accumsan rhoncus. Duis ipsum velit, auctor [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 11:36:50','2016-07-26 11:36:50','',38,'http://air-techinternational.com/?p=25424',0,'revision','',0),(25426,1,'2016-07-26 11:42:06','2016-07-26 11:42:06','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 11:42:06','2016-07-26 11:42:06','',38,'http://air-techinternational.com/38-revision-v1/',0,'revision','',0),(25427,1,'2016-07-26 11:49:06','2016-07-26 11:49:06','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 11:49:06','2016-07-26 11:49:06','',38,'http://air-techinternational.com/38-revision-v1/',0,'revision','',0),(25428,1,'2016-07-26 11:54:21','2016-07-26 11:54:21','[et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\" template_type=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\nThe term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system.\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\nWe also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\".\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p><p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p><p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p><p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p><p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p><p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p><p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p><p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p><ul style=\"list-style-type: square;\"><li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li><li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li></ul><p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\nNone that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list!\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\nNever did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin.\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>Very little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.</p><p>Otherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\nIn fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons.\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Should I have my air ducts sanitized?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\nAlthough it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork.\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"How should air ducts be cleaned?\" title=\"How should air ducts be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>The safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.</p><p><img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.</p><p>NADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.</p><p>But big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"How often should residential HVAC systems be cleaned?\" title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>EPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:</p><ul style=\"list-style-type: square;\"><li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li><li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li></ul><p>But rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.</p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<ul style=\"list-style-type: square;\"><li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li><li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li><li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li><li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li><li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li><li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li></ul>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<ul style=\"list-style-type: square;\"><li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li><li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li><li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li><li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li><li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li><li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li><li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li><li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li><li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li><li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li><li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li></ul>\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\n\n<p>When done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means</p><p>(1) Fairly good access to all systems components;</p><p>(2) Uninterrupted worker\'s pace, (</p><p>3) Enough power to operate all equipment and most important; (</p><p>4) A friendly & respectful environment under the circumstances.</p><p><a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a></p>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"]\n\n\n\n[/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"off\"]\n\n\n\n[/et_pb_divider][/et_pb_column][/et_pb_row]','FAQs','','publish','closed','closed','','faqs','','','2016-07-26 11:54:21','2016-07-26 11:54:21','',0,'http://air-techinternational.com/?post_type=et_pb_layout&p=25428',0,'et_pb_layout','',0),(25429,1,'2016-07-26 11:54:28','2016-07-26 11:54:28','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\"] [et_pb_slide heading=\"FAQs\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]Air duct cleaning facts, air duct cleaning myths + tips & tricks to pick or kick HVAC cleaning firms[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"1st para\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause HVAC cleaning is not yet fully regulated, most people are unfamiliar with the processes involved, and less prepared to distinguish a reliable service provider. Thus, many companies take advantage by up-selling supposedly integral tasks; operate illegally, use sub-standard equipment or untrained subcontractors, or worse; cut corners in cleaning procedures to book more jobs per day.\r\n\r\nAccording to the BBB, these \"blow-n-go\" companies (as they have come to be known) are often attractive to unwary consumers because of enticing low prices, but generally create more problems than what they solve. In addition to professional uncertainty, widespread issues are:\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Bullets\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Bait & Switch tactics, or SCAMS. <a href=\"http://www.youtube.com/watch?v=rNu6u8KiA-o\">Video Reference 1</a> | <a href=\"http://www.youtube.com/watch?v=pT4WKwfBu18&NR=1\">Video Reference 2</a></li>\r\n <li>Poor Craftsmanship, or NEGLIGENCE.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"2nd para\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] So when all claim to be the best, and no one knows who\'s who until is too late, Air Tech comes forward in good faith. We\'re a local enterprise, so before a client, you are (to us) a valued neighbor, and with it comes all due respect. Let us then address these gray areas of the trade, explain how things must be done, help you make an informed decision and; should you wish to go ahead, how to prepare your home & what to expect, so nobody gets hurt. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] None that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list! [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] Never did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nVery little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.\r\n\r\nOtherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] In fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Should I have my air ducts sanitized?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] Although it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How should air ducts be cleaned?\" title=\"How should air ducts be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.\r\n\r\n<img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.\r\n\r\nNADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.\r\n\r\nBut big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How often should residential HVAC systems be cleaned?\" title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nEPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li>\r\n <li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li>\r\n</ul>\r\nBut rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li>\r\n <li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li>\r\n <li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li>\r\n <li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li>\r\n <li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li>\r\n <li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li>\r\n <li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li>\r\n <li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li>\r\n <li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li>\r\n <li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li>\r\n <li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li>\r\n <li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li>\r\n <li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li>\r\n <li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li>\r\n <li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li>\r\n <li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_toggle admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nWhen done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means\r\n\r\n(1) Fairly good access to all systems components;\r\n\r\n(2) Uninterrupted worker\'s pace, (\r\n\r\n3) Enough power to operate all equipment and most important; (\r\n\r\n4) A friendly & respectful environment under the circumstances.\r\n\r\n<a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a>\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Getting prep\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"36\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Getting Prepared for your Cleaning [/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\nAir duct cleaning is done by appointment only, and for very good reasons. Although IT IS NOT a \"messy\" process, it involves a series of disruptive tasks that may interfere with traditional business or daily life, and thus cause a myriad of upsetting situations if the site -or occupants- are not prepared for it. Let\'s start with:\r\n\r\n<strong>Intrusive Traffic</strong> - In order to clean an HVAC system, a service area reconnaissance or walkthrough must be performed first, and permission will be asked for at the time. If allowed to, crew then considers full access to all HVAC service areas granted and \"project started\" from that point on. Personal activities (showers, breast-feeding or else) should be avoided to prevent embarrassing situations until project completion.\r\n\r\n<strong>Utilities Shut-Down</strong> -\r\n\r\n(1) Your HVAC system will be turned off, which may cause significant changes to your indoor environment;\r\n\r\n(2) Accessories hard wired to other electrical branches must also be powered down.\r\n\r\n(3) To remove humidifiers, crew may have to cut water supply and;\r\n\r\n(4) To clean heat exchangers, gas lines may be closed too. We all have a life to live and yes, dinner must be cooked - so unless you wish to inspect their work, it would be in your best interest not to distract, interfere with, or halt the crew.\r\n\r\n<strong>Noise</strong> - An industrial strength vacuum machine hooked to your home\'s duct-work, an air compressor near your doorsteps and 2 guys hauling 35 Ft. long rotary brush snakes throughout every room\'s vents will not go unnoticed. Naps, conference calls, book or song writing -or perhaps meditation- would certainly be out of the equation.\r\n\r\n<strong>Tampering</strong> with personal items to access grilles or hidden vents is often inevitable, and you should expect such occurrence. Accidents happen, but most can be avoided - In this case, it is your duty to secure lose or valuable items in narrow hallways & near HVAC vents to minimize the odds. Key items include delicate ornaments, antique furniture, toys, clothing, power cords & electronics within a 4 Ft. radius from a vent. Keep in mind, crews are there to perform a specific task, and although moving aside a few items may be OK with them, it is technically outside their scope of work. Thus, cannot be held responsible if anything brakes, gets misplaced or not moved back at all.\r\n\r\n<strong>Heavy Moving & Lifting</strong> - Ceiling-mounted vents are often a challenge because heavy furniture (beds, sofas, pianos, etc.) underneath may need to be temporarily removed to make room for ladders. Also, wall & floor vents may be obstructed by heavy desks, bookshelves or entertainment centers. If this may be your case, please take the appropriate measures in advance, or make sure to discuss heavy furniture lifting at the time of booking. A dedicated moving crew may be more expensive, yet may save you a week\'s worth of backaches.\r\n<h3><span style=\"font-size: 24pt; color: #ff0000;\">Liability Exclusions</span></h3>\r\n<strong>Paint & Drywall Chipping</strong> - Water based paint does not adhere to metal as good as it does to drywall and; some vents are glued to drywall for whatever reason. In despite of how careful crews may be, it is possible that; if supply vents or return grilles are glued or painted over, minor damage may occur upon their forced removal. Because vents & grilles cannot be glued or water-based painted by code, neither crew or company can assume liability.\r\n\r\n<strong>Concealed Wiring Damage</strong> - Many contractors discretely run thermostats, phone, cable or satellite video, alarms, and even audio wiring through the inside of older home\'s ductwork, which is against building codes. And yes, this may go undetected for many years, and further concealed by heavy debris accumulation, which often makes it undetectable to inspection scopes or cameras. So unless the duct cleaning contractor is notified in advance, cannot assume liability and/or be held responsible for accidental inner-ductwork wiring damage.\r\n<h4><span style=\"font-size: 18pt; color: #ff0000;\">Additional Considerations</span></h4>\r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>Hovering</strong> - Air Tech\'s crews will proudly show you what\'s being done. Just don\'t get too close to them while they\'re doing it. In addition to annoying, toe-stepping & head-bumping can be painful.</li>\r\n <li><strong>Shoes</strong> - OSHA rules, and under no circumstances HVAC workers are to take off their shoes. High amperage equipment, hidden power lines and metal duct-work are a constant risk for worker\'s electrocution and; rotary and/or compressed-air agitators can generate harmful electrostatic discharges. We will however, wear cloth booties to protect white or religious use carpeting, and use drop clothes to lay our tools over brand new flooring. But-please, don\'t ask the crew to wear booties on stairways, hardwood, ceramic or vinyl floors; it\'s a Slip & Fall waiting to happen, it is against OSHA regulations, and if you look at it in perspective, it\'s not worth forcing circumstances - it makes you responsible for injuries or damage! Safety First, God Bless OSHA.</li>\r\n <li><strong>HVAC Compartment Stuffing</strong> - Our biggest, heaviest & most powerful tool (negative air machine) will have to be placed at two different points next to your HVAC unit, and crew needs to focus on what they do best. A little space around the air handler will allow technicians to work at a much faster pace - So spend 10 minutes, clear some clutter, Save 2 Hours Off Your Day!</li>\r\n</ul>\r\nFinally, keep in mind that every home or building is unique in many ways, and so will be your air conveyance cleaning project. In despite the odds, our crews grow wiser and more observant with every job, and are always prepared to back-track in a second, should human factors or special needs may arise. Hoping we may have the opportunity to serve you soon, we\'ll be delighted to answer any other questions or be of assistance in any other way. Keep in mind, we\'re just a phone call away! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQs','','inherit','closed','closed','','73-revision-v1','','','2016-07-26 11:54:28','2016-07-26 11:54:28','',73,'http://air-techinternational.com/?p=25429',0,'revision','',0),(25430,1,'2016-07-26 11:54:33','2016-07-26 11:54:33','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 11:54:33','2016-07-26 11:54:33','',38,'http://air-techinternational.com/?p=25430',0,'revision','',0),(25431,1,'2016-07-26 11:59:48','2016-07-26 11:59:48','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nWe also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\".\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 11:59:48','2016-07-26 11:59:48','',38,'http://air-techinternational.com/?p=25431',0,'revision','',0),(25432,1,'2016-07-26 12:05:41','2016-07-26 12:05:41','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nWe also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\".\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 12:05:41','2016-07-26 12:05:41','',38,'http://air-techinternational.com/?p=25432',0,'revision','',0),(25433,1,'2016-07-26 12:07:36','2016-07-26 12:07:36','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\"] [et_pb_slide heading=\"Air Duct Cleaning\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<img class=\"alignleft size-full wp-image-25388\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/HEPA_Air_Machine.jpg\" alt=\"HEPA_Air_Machine\" width=\"192\" height=\"377\" />Air ducts & HVAC units cleaning is now considered the first step towards indoor air pollution control, provided that is done properly. This means following EPA\'s recommended cleaning techniques and; using the appropriate equipment, which is essential for managing massive contaminant disturbances.\r\nAir Tech\'s Air Duct cleaning rotary brush systemAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\r\n\r\nAir Duct Video Inspection SystemAnd because Seeing Is Believing, we\'re always Ready & Looking Forward to fulfill Consumer\'s Rights. In fact, our exclusive QA/QC program (itemized below) includes Complimentary duct cleaning video proofing since day one.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Residential Air Duct, HVAC Cleaning: Options & Pricing</h3>\r\nNote: Base pricing set forth below is for 1 HVAC system featuring up to 16 supply air vents and; 3 return air intakes. Have a large home with Over 20 vents And/or 2 or More Separate HVAC Systems? Contact ATI for custom pricing. 240-388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\">Standard Air Duct Cleaning</span></strong></span>\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\"> Ductwork Only (Limited Service)</span></strong></span>\r\n\r\nThis service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.\r\n\r\n<strong>Single Family Homes & Townhouses:</strong> $349.00\r\n<strong>Small (1 Br.) Apartments & Condos:</strong> $289.00\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\">HVAC (Furnace, Air Handler) Unit Cleaning</span></strong>\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\"> NADCA / EPA Compliant Comprehensive Service</span></strong>\r\n\r\nIf your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.\r\n\r\n<strong>Only $150.00 With Air Duct Cleaning! Excl. Service: $499.00</strong>\r\n<strong> Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n1St Floor Dryer Vent Cleaning: <strong>Just $35.00</strong> With Air Duct Cleaning. Excl. Service: <strong>$109.00</strong>\r\n\r\n<span style=\"font-size: 18pt;\">Commercial & Industrial Air Duct Cleaning: Free Estimates</span>\r\n\r\n<span style=\"font-size: 18pt;\">Contact Air Tech For Scheduling & More Details. </span>\r\n\r\n<span style=\"font-size: 18pt;\"><strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n<img class=\"size-full wp-image-25382 aligncenter\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning','','inherit','closed','closed','','46-revision-v1','','','2016-07-26 12:07:36','2016-07-26 12:07:36','',46,'http://air-techinternational.com/?p=25433',0,'revision','',0),(25434,1,'2016-07-26 12:18:09','2016-07-26 12:18:09','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nWe also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\".\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>our services</h1>\r\nVestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 12:18:09','2016-07-26 12:18:09','',38,'http://air-techinternational.com/?p=25434',0,'revision','',0),(25435,1,'2016-07-26 12:19:07','2016-07-26 12:19:07','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nWe also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\".\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Request a Quote</h1>\r\n \r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 12:19:07','2016-07-26 12:19:07','',38,'http://air-techinternational.com/?p=25435',0,'revision','',0),(25436,1,'2016-07-26 12:20:15','2016-07-26 12:20:15','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nWe also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\".\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Request a Quote</h1>\r\n \r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 12:20:15','2016-07-26 12:20:15','',38,'http://air-techinternational.com/?p=25436',0,'revision','',0),(25437,1,'2016-07-26 12:20:36','2016-07-26 12:20:36','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nWe also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\".\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Request a Quote</h1>\r\n \r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 12:20:36','2016-07-26 12:20:36','',38,'http://air-techinternational.com/?p=25437',0,'revision','',0),(25438,1,'2016-07-26 12:23:53','2016-07-26 12:23:53','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nWe also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\".\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Request a Quote</h1>\r\n \r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-26 12:23:53','2016-07-26 12:23:53','',38,'http://air-techinternational.com/?p=25438',0,'revision','',0),(25439,1,'2016-07-30 06:54:08','2016-07-30 06:54:08','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#0b7dbf\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_font_size=\"40\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\n \r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C. CALL US NOW - (240) 388-0030\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n<h1>Our Services</h1>\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"HVAC Repair, Air Duct & Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"REO/Foreclosure Vacancy Cleanup & Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb\" title=\"Remodeling, Construction, Home Repair Service\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Water Damage Restoration, Mold Remediation\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Request a Quote</h1>\r\n \r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-30 06:54:08','2016-07-30 06:54:08','',38,'http://air-techinternational.com/?p=25439',0,'revision','',0),(25440,1,'2016-07-30 08:04:36','2016-07-30 08:04:36','','Background','','inherit','open','closed','','background','','','2016-07-30 08:04:36','2016-07-30 08:04:36','',38,'http://air-techinternational.com/wp-content/uploads/2016/07/Background.png',0,'attachment','image/png',0),(25441,1,'2016-07-30 08:44:13','2016-07-30 08:44:13','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#0b7dbf\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_font_size=\"40\" header_line_height=\"1.5em\"]\r\n\r\n[et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C. CALL US NOW - (240) 388-0030\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h1>Our Services</h1>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nWe offer a wide range residential and commercial maintenance services\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3>Have a query about our service? Browse our FAQs</h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Request a Quote</h1>\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-30 08:44:13','2016-07-30 08:44:13','',38,'http://air-techinternational.com/?p=25441',0,'revision','',0),(25442,1,'2016-07-30 09:07:59','2016-07-30 09:07:59','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#0b7dbf\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_font_size=\"40\" header_line_height=\"1.5em\"]\r\n\r\n[et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C. CALL US NOW - (240) 388-0030\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 36pt;\">Request a Quote</span></h3>\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-30 09:07:59','2016-07-30 09:07:59','',38,'http://air-techinternational.com/?p=25442',0,'revision','',0),(25443,1,'2016-07-30 09:14:30','2016-07-30 09:14:30',' ','','','publish','closed','closed','','25443','','','2016-07-30 11:48:23','2016-07-30 11:48:23','',0,'http://air-techinternational.com/?p=25443',1,'nav_menu_item','',0),(25444,1,'2016-07-30 09:14:30','2016-07-30 09:14:30',' ','','','publish','closed','closed','','25444','','','2016-07-30 11:48:24','2016-07-30 11:48:24','',0,'http://air-techinternational.com/?p=25444',3,'nav_menu_item','',0),(25445,1,'2016-07-30 09:14:30','2016-07-30 09:14:30',' ','','','publish','closed','closed','','25445','','','2016-07-30 11:48:24','2016-07-30 11:48:24','',61,'http://air-techinternational.com/?p=25445',4,'nav_menu_item','',0),(25446,1,'2016-07-30 11:48:24','2016-07-30 11:48:24',' ','','','publish','closed','closed','','25446','','','2016-07-30 11:48:24','2016-07-30 11:48:24','',0,'http://air-techinternational.com/?p=25446',2,'nav_menu_item','',0),(25448,1,'2016-07-30 12:00:31','2016-07-30 12:00:31','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#0b7dbf\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_font_size=\"40\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C. CALL US NOW - (240) 388-0030\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" /][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 36pt;\">Request a Quote</span></h3>\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-30 12:00:31','2016-07-30 12:00:31','',38,'http://air-techinternational.com/?p=25448',0,'revision','',0),(25449,1,'2016-07-30 12:02:18','2016-07-30 12:02:18','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#18c3c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C. CALL US NOW - (240) 388-0030\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 36pt;\">Request a Quote</span></h3>\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-30 12:02:18','2016-07-30 12:02:18','',38,'http://air-techinternational.com/?p=25449',0,'revision','',0),(25451,1,'2016-07-30 12:04:37','2016-07-30 12:04:37','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_font_size=\"42\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Full-Service Handyman Work</li>\r\n <li>Fire/Water Damage Restoration</li>\r\n <li>Home & Office Remodeling</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>General Construction Contracting</li>\r\n <li>HVAC Cleaning & Sanitation</li>\r\n <li>REO/Vacancy Clean-ups & Repair</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\">Our Exclusive QA/QC, Customer Service Warranties</span></strong></h3>\r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.</li>\r\n <li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.</li>\r\n <li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore insures technician\'s Honesty & Integrity at all times.</li>\r\n <li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.</li>\r\n <li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.</li>\r\n <li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Air Tech Is Fully Licensed & Insured. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2016-07-30 12:04:37','2016-07-30 12:04:37','',40,'http://air-techinternational.com/?p=25451',0,'revision','',0),(25452,1,'2017-03-12 07:07:34','2017-03-12 07:07:34','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Contact Us\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Have a query about our services? Call us directly or fill the form in this page. We will get back to you soon.</p>\n<p><strong>Tel: (240) 388-0030</strong></p>\n<p><strong>Fax: (866) 603-6959</strong></p>\n<p>You can also check our <a href=\"?page_id=73\">FAQ page</a> to find answers to commonly asked questions.</p>\n<p>We provide air duct and dryer vent cleaning in and Maryland. To find out more how we can help you with cleaning and repair work, check our <a href=\"?page_id=42\">Services</a> pages. </p>\n<p><strong></strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_font_size=\"16px\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','70-autosave-v1','','','2017-03-12 07:07:34','2017-03-12 07:07:34','',70,'http://air-techinternational.com/?p=25452',0,'revision','',0),(25453,1,'2016-07-30 12:06:43','2016-07-30 12:06:43','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Contact Us\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\"]Serving Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHave a query about our services? Call us directly or fill the form in this page. We will get back to you soon.\r\n\r\n<strong>Tel: (240) 388-0030</strong>\r\n\r\n<strong>Fax: (866) 603-6959</strong>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','70-revision-v1','','','2016-07-30 12:06:43','2016-07-30 12:06:43','',70,'http://air-techinternational.com/?p=25453',0,'revision','',0),(25454,1,'2016-07-30 12:07:06','2016-07-30 12:07:06','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_font_size=\"42\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Full-Service Handyman Work</li>\r\n <li>Fire/Water Damage Restoration</li>\r\n <li>Home & Office Remodeling</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>General Construction Contracting</li>\r\n <li>HVAC Cleaning & Sanitation</li>\r\n <li>REO/Vacancy Clean-ups & Repair</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\">Our Exclusive QA/QC, Customer Service Warranties</span></strong></h3>\r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.</li>\r\n <li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.</li>\r\n <li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore insures technician\'s Honesty & Integrity at all times.</li>\r\n <li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.</li>\r\n <li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.</li>\r\n <li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Air Tech Is Fully Licensed & Insured. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2016-07-30 12:07:06','2016-07-30 12:07:06','',40,'http://air-techinternational.com/?p=25454',0,'revision','',0),(25455,1,'2016-07-30 14:13:47','2016-07-30 14:13:47','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Contact Us\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\"]Serving Maryland, No. Virginia & Washington D.C.\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHave a query about our services? Call us directly or fill the form in this page. We will get back to you soon.\r\n\r\n<strong>Tel: (240) 388-0030</strong>\r\n\r\n<strong>Fax: (866) 603-6959</strong>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','70-revision-v1','','','2016-07-30 14:13:47','2016-07-30 14:13:47','',70,'http://air-techinternational.com/?p=25455',0,'revision','',0),(25456,1,'2016-07-30 14:13:58','2016-07-30 14:13:58','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"FAQs\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]Air duct cleaning facts, air duct cleaning myths + tips & tricks to pick or kick HVAC cleaning firms[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"1st para\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause HVAC cleaning is not yet fully regulated, most people are unfamiliar with the processes involved, and less prepared to distinguish a reliable service provider. Thus, many companies take advantage by up-selling supposedly integral tasks; operate illegally, use sub-standard equipment or untrained subcontractors, or worse; cut corners in cleaning procedures to book more jobs per day.\r\n\r\nAccording to the BBB, these \"blow-n-go\" companies (as they have come to be known) are often attractive to unwary consumers because of enticing low prices, but generally create more problems than what they solve. In addition to professional uncertainty, widespread issues are:\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Bullets\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Bait & Switch tactics, or SCAMS. <a href=\"http://www.youtube.com/watch?v=rNu6u8KiA-o\">Video Reference 1</a> | <a href=\"http://www.youtube.com/watch?v=pT4WKwfBu18&NR=1\">Video Reference 2</a></li>\r\n <li>Poor Craftsmanship, or NEGLIGENCE.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"2nd para\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] So when all claim to be the best, and no one knows who\'s who until is too late, Air Tech comes forward in good faith. We\'re a local enterprise, so before a client, you are (to us) a valued neighbor, and with it comes all due respect. Let us then address these gray areas of the trade, explain how things must be done, help you make an informed decision and; should you wish to go ahead, how to prepare your home & what to expect, so nobody gets hurt. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] None that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list! [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] Never did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nVery little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.\r\n\r\nOtherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] In fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Should I have my air ducts sanitized?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] Although it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How should air ducts be cleaned?\" title=\"How should air ducts be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.\r\n\r\n<img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.\r\n\r\nNADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.\r\n\r\nBut big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How often should residential HVAC systems be cleaned?\" title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nEPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li>\r\n <li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li>\r\n</ul>\r\nBut rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li>\r\n <li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li>\r\n <li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li>\r\n <li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li>\r\n <li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li>\r\n <li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li>\r\n <li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li>\r\n <li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li>\r\n <li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li>\r\n <li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li>\r\n <li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li>\r\n <li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li>\r\n <li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li>\r\n <li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li>\r\n <li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li>\r\n <li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_toggle admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nWhen done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means\r\n\r\n(1) Fairly good access to all systems components;\r\n\r\n(2) Uninterrupted worker\'s pace, (\r\n\r\n3) Enough power to operate all equipment and most important; (\r\n\r\n4) A friendly & respectful environment under the circumstances.\r\n\r\n<a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a>\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Getting prep\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"36\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Getting Prepared for your Cleaning [/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\nAir duct cleaning is done by appointment only, and for very good reasons. Although IT IS NOT a \"messy\" process, it involves a series of disruptive tasks that may interfere with traditional business or daily life, and thus cause a myriad of upsetting situations if the site -or occupants- are not prepared for it. Let\'s start with:\r\n\r\n<strong>Intrusive Traffic</strong> - In order to clean an HVAC system, a service area reconnaissance or walkthrough must be performed first, and permission will be asked for at the time. If allowed to, crew then considers full access to all HVAC service areas granted and \"project started\" from that point on. Personal activities (showers, breast-feeding or else) should be avoided to prevent embarrassing situations until project completion.\r\n\r\n<strong>Utilities Shut-Down</strong> -\r\n\r\n(1) Your HVAC system will be turned off, which may cause significant changes to your indoor environment;\r\n\r\n(2) Accessories hard wired to other electrical branches must also be powered down.\r\n\r\n(3) To remove humidifiers, crew may have to cut water supply and;\r\n\r\n(4) To clean heat exchangers, gas lines may be closed too. We all have a life to live and yes, dinner must be cooked - so unless you wish to inspect their work, it would be in your best interest not to distract, interfere with, or halt the crew.\r\n\r\n<strong>Noise</strong> - An industrial strength vacuum machine hooked to your home\'s duct-work, an air compressor near your doorsteps and 2 guys hauling 35 Ft. long rotary brush snakes throughout every room\'s vents will not go unnoticed. Naps, conference calls, book or song writing -or perhaps meditation- would certainly be out of the equation.\r\n\r\n<strong>Tampering</strong> with personal items to access grilles or hidden vents is often inevitable, and you should expect such occurrence. Accidents happen, but most can be avoided - In this case, it is your duty to secure lose or valuable items in narrow hallways & near HVAC vents to minimize the odds. Key items include delicate ornaments, antique furniture, toys, clothing, power cords & electronics within a 4 Ft. radius from a vent. Keep in mind, crews are there to perform a specific task, and although moving aside a few items may be OK with them, it is technically outside their scope of work. Thus, cannot be held responsible if anything brakes, gets misplaced or not moved back at all.\r\n\r\n<strong>Heavy Moving & Lifting</strong> - Ceiling-mounted vents are often a challenge because heavy furniture (beds, sofas, pianos, etc.) underneath may need to be temporarily removed to make room for ladders. Also, wall & floor vents may be obstructed by heavy desks, bookshelves or entertainment centers. If this may be your case, please take the appropriate measures in advance, or make sure to discuss heavy furniture lifting at the time of booking. A dedicated moving crew may be more expensive, yet may save you a week\'s worth of backaches.\r\n<h3><span style=\"font-size: 24pt; color: #ff0000;\">Liability Exclusions</span></h3>\r\n<strong>Paint & Drywall Chipping</strong> - Water based paint does not adhere to metal as good as it does to drywall and; some vents are glued to drywall for whatever reason. In despite of how careful crews may be, it is possible that; if supply vents or return grilles are glued or painted over, minor damage may occur upon their forced removal. Because vents & grilles cannot be glued or water-based painted by code, neither crew or company can assume liability.\r\n\r\n<strong>Concealed Wiring Damage</strong> - Many contractors discretely run thermostats, phone, cable or satellite video, alarms, and even audio wiring through the inside of older home\'s ductwork, which is against building codes. And yes, this may go undetected for many years, and further concealed by heavy debris accumulation, which often makes it undetectable to inspection scopes or cameras. So unless the duct cleaning contractor is notified in advance, cannot assume liability and/or be held responsible for accidental inner-ductwork wiring damage.\r\n<h4><span style=\"font-size: 18pt; color: #ff0000;\">Additional Considerations</span></h4>\r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>Hovering</strong> - Air Tech\'s crews will proudly show you what\'s being done. Just don\'t get too close to them while they\'re doing it. In addition to annoying, toe-stepping & head-bumping can be painful.</li>\r\n <li><strong>Shoes</strong> - OSHA rules, and under no circumstances HVAC workers are to take off their shoes. High amperage equipment, hidden power lines and metal duct-work are a constant risk for worker\'s electrocution and; rotary and/or compressed-air agitators can generate harmful electrostatic discharges. We will however, wear cloth booties to protect white or religious use carpeting, and use drop clothes to lay our tools over brand new flooring. But-please, don\'t ask the crew to wear booties on stairways, hardwood, ceramic or vinyl floors; it\'s a Slip & Fall waiting to happen, it is against OSHA regulations, and if you look at it in perspective, it\'s not worth forcing circumstances - it makes you responsible for injuries or damage! Safety First, God Bless OSHA.</li>\r\n <li><strong>HVAC Compartment Stuffing</strong> - Our biggest, heaviest & most powerful tool (negative air machine) will have to be placed at two different points next to your HVAC unit, and crew needs to focus on what they do best. A little space around the air handler will allow technicians to work at a much faster pace - So spend 10 minutes, clear some clutter, Save 2 Hours Off Your Day!</li>\r\n</ul>\r\nFinally, keep in mind that every home or building is unique in many ways, and so will be your air conveyance cleaning project. In despite the odds, our crews grow wiser and more observant with every job, and are always prepared to back-track in a second, should human factors or special needs may arise. Hoping we may have the opportunity to serve you soon, we\'ll be delighted to answer any other questions or be of assistance in any other way. Keep in mind, we\'re just a phone call away! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQs','','inherit','closed','closed','','73-revision-v1','','','2016-07-30 14:13:58','2016-07-30 14:13:58','',73,'http://air-techinternational.com/?p=25456',0,'revision','',0),(25457,1,'2017-03-12 07:39:43','2017-03-12 07:39:43','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"FAQs\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.8em\" body_line_height_tablet=\"1.8em\" body_line_height_phone=\"1.8em\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\"]\n\nOur faqs answer your queries, air duct cleaning facts and myths plus tips & tricks to pick or kick HVAC cleaning firms\n\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"1st para\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n\nBecause HVAC cleaning is not yet fully regulated, most people are unfamiliar with the processes involved, and less prepared to distinguish a reliable service provider. Thus, many companies take advantage by up-selling supposedly integral tasks; operate illegally, use sub-standard equipment or untrained subcontractors, or worse; cut corners in cleaning procedures to book more jobs per day.\n\nAccording to the BBB, these \"blow-n-go\" companies (as they have come to be known) are often attractive to unwary consumers because of enticing low prices, but generally create more problems than what they solve. In addition to professional uncertainty, widespread issues are:\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Bullets\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n<ul style=\"list-style-type: square;\">\n <li>Bait & Switch tactics, or SCAMS. <a href=\"http://www.youtube.com/watch?v=rNu6u8KiA-o\">Video Reference 1</a> | <a href=\"http://www.youtube.com/watch?v=pT4WKwfBu18&NR=1\">Video Reference 2</a></li>\n <li>Poor Craftsmanship, or NEGLIGENCE.</li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"2nd para\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] So when all claim to be the best, and no one knows who\'s who until is too late, Air Tech comes forward in good faith. We\'re a local enterprise, so before a client, you are (to us) a valued neighbor, and with it comes all due respect. Let us then address these gray areas of the trade, explain how things must be done, help you make an informed decision and; should you wish to go ahead, how to prepare your home & what to expect, so nobody gets hurt. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"FAQs\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" collapsed=\"on\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"52px||0px|\" custom_padding_tablet=\"90px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\n\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\n\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\n\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\n\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\n\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\n\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\n\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\n\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\n\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\n<ul style=\"list-style-type: square;\">\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] None that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list! [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] Never did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\n\nVery little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.\n\nOtherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] In fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Should I have my air ducts sanitized?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] Although it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How should air ducts be cleaned?\" title=\"How should air ducts be cleaned?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\n\nThe safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.\n\n<img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.\n\nNADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.\n\nBut big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How often should residential HVAC systems be cleaned?\" title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\n\nEPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:\n<ul style=\"list-style-type: square;\">\n <li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li>\n <li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li>\n</ul>\nBut rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\n<ul style=\"list-style-type: square;\">\n <li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li>\n <li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li>\n <li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li>\n <li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li>\n <li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li>\n <li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li>\n</ul>\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\n<ul style=\"list-style-type: square;\">\n <li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li>\n <li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li>\n <li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li>\n <li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li>\n <li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li>\n <li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li>\n <li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li>\n <li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li>\n <li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li>\n <li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li>\n <li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li>\n</ul>\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\n\nWhen done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means\n\n(1) Fairly good access to all systems components;\n\n(2) Uninterrupted worker\'s pace, (\n\n3) Enough power to operate all equipment and most important; (\n\n4) A friendly & respectful environment under the circumstances.\n\n<a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a>\n\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"1px\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Getting prep\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"36\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n\nGetting Prepared for your Cleaning\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"17px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n\nAir duct cleaning is done by appointment only, and for very good reasons. Although IT IS NOT a \"messy\" process, it involves a series of disruptive tasks that may interfere with traditional business or daily life, and thus cause a myriad of upsetting situations if the site -or occupants- are not prepared for it. Let\'s start with:\n\n<strong>Intrusive Traffic</strong> - In order to clean an HVAC system, a service area reconnaissance or walkthrough must be performed first, and permission will be asked for at the time. If allowed to, crew then considers full access to all HVAC service areas granted and \"project started\" from that point on. Personal activities (showers, breast-feeding or else) should be avoided to prevent embarrassing situations until project completion.\n\n<strong>Utilities Shut-Down</strong> -\n\n(1) Your HVAC system will be turned off, which may cause significant changes to your indoor environment;\n\n(2) Accessories hard wired to other electrical branches must also be powered down.\n\n(3) To remove humidifiers, crew may have to cut water supply and;\n\n(4) To clean heat exchangers, gas lines may be closed too. We all have a life to live and yes, dinner must be cooked - so unless you wish to inspect their work, it would be in your best interest not to distract, interfere with, or halt the crew.\n\n<strong>Noise</strong> - An industrial strength vacuum machine hooked to your home\'s duct-work, an air compressor near your doorsteps and 2 guys hauling 35 Ft. long rotary brush snakes throughout every room\'s vents will not go unnoticed. Naps, conference calls, book or song writing -or perhaps meditation- would certainly be out of the equation.\n\n<strong>Tampering</strong> with personal items to access grilles or hidden vents is often inevitable, and you should expect such occurrence. Accidents happen, but most can be avoided - In this case, it is your duty to secure lose or valuable items in narrow hallways & near HVAC vents to minimize the odds. Key items include delicate ornaments, antique furniture, toys, clothing, power cords & electronics within a 4 Ft. radius from a vent. Keep in mind, crews are there to perform a specific task, and although moving aside a few items may be OK with them, it is technically outside their scope of work. Thus, cannot be held responsible if anything brakes, gets misplaced or not moved back at all.\n\n<strong>Heavy Moving & Lifting</strong> - Ceiling-mounted vents are often a challenge because heavy furniture (beds, sofas, pianos, etc.) underneath may need to be temporarily removed to make room for ladders. Also, wall & floor vents may be obstructed by heavy desks, bookshelves or entertainment centers. If this may be your case, please take the appropriate measures in advance, or make sure to discuss heavy furniture lifting at the time of booking. A dedicated moving crew may be more expensive, yet may save you a week\'s worth of backaches.\n\n \n<h3><span style=\"font-size: 24pt; color: #ff0000;\">Liability Exclusions</span></h3>\n \n\n<strong>Paint & Drywall Chipping</strong> - Water based paint does not adhere to metal as good as it does to drywall and; some vents are glued to drywall for whatever reason. In despite of how careful crews may be, it is possible that; if supply vents or return grilles are glued or painted over, minor damage may occur upon their forced removal. Because vents & grilles cannot be glued or water-based painted by code, neither crew or company can assume liability.\n\n<strong>Concealed Wiring Damage</strong> - Many contractors discretely run thermostats, phone, cable or satellite video, alarms, and even audio wiring through the inside of older home\'s ductwork, which is against building codes. And yes, this may go undetected for many years, and further concealed by heavy debris accumulation, which often makes it undetectable to inspection scopes or cameras. So unless the duct cleaning contractor is notified in advance, cannot assume liability and/or be held responsible for accidental inner-ductwork wiring damage.\n\n \n<h4><span style=\"font-size: 18pt; color: #ff0000;\">Additional Considerations</span></h4>\n \n<ul style=\"list-style-type: square;\">\n <li><strong>Hovering</strong> - Air Tech\'s crews will proudly show you what\'s being done. Just don\'t get too close to them while they\'re doing it. In addition to annoying, toe-stepping & head-bumping can be painful.</li>\n <li><strong>Shoes</strong> - OSHA rules, and under no circumstances HVAC workers are to take off their shoes. High amperage equipment, hidden power lines and metal duct-work are a constant risk for worker\'s electrocution and; rotary and/or compressed-air agitators can generate harmful electrostatic discharges. We will however, wear cloth booties to protect white or religious use carpeting, and use drop clothes to lay our tools over brand new flooring. But-please, don\'t ask the crew to wear booties on stairways, hardwood, ceramic or vinyl floors; it\'s a Slip & Fall waiting to happen, it is against OSHA regulations, and if you look at it in perspective, it\'s not worth forcing circumstances - it makes you responsible for injuries or damage! Safety First, God Bless OSHA.</li>\n <li><strong>HVAC Compartment Stuffing</strong> - Our biggest, heaviest & most powerful tool (negative air machine) will have to be placed at two different points next to your HVAC unit, and crew needs to focus on what they do best. A little space around the air handler will allow technicians to work at a much faster pace - So spend 10 minutes, clear some clutter, Save 2 Hours Off Your Day!</li>\n</ul>\n \n\nFinally, keep in mind that every home or building is unique in many ways, and so will be your air conveyance cleaning project. In despite the odds, our crews grow wiser and more observant with every job, and are always prepared to back-track in a second, should human factors or special needs may arise. Hoping we may have the opportunity to serve you soon, we\'ll be delighted to answer any other questions or be of assistance in any other way. Keep in mind, we\'re just a phone call away! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQs','','inherit','closed','closed','','73-autosave-v1','','','2017-03-12 07:39:43','2017-03-12 07:39:43','',73,'http://air-techinternational.com/?p=25457',0,'revision','',0),(25458,1,'2016-07-30 14:18:32','2016-07-30 14:18:32','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#18c3c3\" header_font=\"Arvo||||\"] [et_pb_slide heading=\"FAQs\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]Air duct cleaning facts, air duct cleaning myths + tips & tricks to pick or kick HVAC cleaning firms[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"1st para\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause HVAC cleaning is not yet fully regulated, most people are unfamiliar with the processes involved, and less prepared to distinguish a reliable service provider. Thus, many companies take advantage by up-selling supposedly integral tasks; operate illegally, use sub-standard equipment or untrained subcontractors, or worse; cut corners in cleaning procedures to book more jobs per day.\r\n\r\nAccording to the BBB, these \"blow-n-go\" companies (as they have come to be known) are often attractive to unwary consumers because of enticing low prices, but generally create more problems than what they solve. In addition to professional uncertainty, widespread issues are:\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Bullets\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Bait & Switch tactics, or SCAMS. <a href=\"http://www.youtube.com/watch?v=rNu6u8KiA-o\">Video Reference 1</a> | <a href=\"http://www.youtube.com/watch?v=pT4WKwfBu18&NR=1\">Video Reference 2</a></li>\r\n <li>Poor Craftsmanship, or NEGLIGENCE.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"2nd para\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] So when all claim to be the best, and no one knows who\'s who until is too late, Air Tech comes forward in good faith. We\'re a local enterprise, so before a client, you are (to us) a valued neighbor, and with it comes all due respect. Let us then address these gray areas of the trade, explain how things must be done, help you make an informed decision and; should you wish to go ahead, how to prepare your home & what to expect, so nobody gets hurt. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] None that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list! [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] Never did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nVery little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.\r\n\r\nOtherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] In fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Should I have my air ducts sanitized?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] Although it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How should air ducts be cleaned?\" title=\"How should air ducts be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.\r\n\r\n<img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.\r\n\r\nNADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.\r\n\r\nBut big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How often should residential HVAC systems be cleaned?\" title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nEPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li>\r\n <li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li>\r\n</ul>\r\nBut rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li>\r\n <li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li>\r\n <li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li>\r\n <li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li>\r\n <li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li>\r\n <li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li>\r\n <li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li>\r\n <li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li>\r\n <li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li>\r\n <li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li>\r\n <li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li>\r\n <li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li>\r\n <li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li>\r\n <li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li>\r\n <li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li>\r\n <li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_toggle admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nWhen done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means\r\n\r\n(1) Fairly good access to all systems components;\r\n\r\n(2) Uninterrupted worker\'s pace, (\r\n\r\n3) Enough power to operate all equipment and most important; (\r\n\r\n4) A friendly & respectful environment under the circumstances.\r\n\r\n<a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a>\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Getting prep\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"36\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Getting Prepared for your Cleaning [/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\nAir duct cleaning is done by appointment only, and for very good reasons. Although IT IS NOT a \"messy\" process, it involves a series of disruptive tasks that may interfere with traditional business or daily life, and thus cause a myriad of upsetting situations if the site -or occupants- are not prepared for it. Let\'s start with:\r\n\r\n<strong>Intrusive Traffic</strong> - In order to clean an HVAC system, a service area reconnaissance or walkthrough must be performed first, and permission will be asked for at the time. If allowed to, crew then considers full access to all HVAC service areas granted and \"project started\" from that point on. Personal activities (showers, breast-feeding or else) should be avoided to prevent embarrassing situations until project completion.\r\n\r\n<strong>Utilities Shut-Down</strong> -\r\n\r\n(1) Your HVAC system will be turned off, which may cause significant changes to your indoor environment;\r\n\r\n(2) Accessories hard wired to other electrical branches must also be powered down.\r\n\r\n(3) To remove humidifiers, crew may have to cut water supply and;\r\n\r\n(4) To clean heat exchangers, gas lines may be closed too. We all have a life to live and yes, dinner must be cooked - so unless you wish to inspect their work, it would be in your best interest not to distract, interfere with, or halt the crew.\r\n\r\n<strong>Noise</strong> - An industrial strength vacuum machine hooked to your home\'s duct-work, an air compressor near your doorsteps and 2 guys hauling 35 Ft. long rotary brush snakes throughout every room\'s vents will not go unnoticed. Naps, conference calls, book or song writing -or perhaps meditation- would certainly be out of the equation.\r\n\r\n<strong>Tampering</strong> with personal items to access grilles or hidden vents is often inevitable, and you should expect such occurrence. Accidents happen, but most can be avoided - In this case, it is your duty to secure lose or valuable items in narrow hallways & near HVAC vents to minimize the odds. Key items include delicate ornaments, antique furniture, toys, clothing, power cords & electronics within a 4 Ft. radius from a vent. Keep in mind, crews are there to perform a specific task, and although moving aside a few items may be OK with them, it is technically outside their scope of work. Thus, cannot be held responsible if anything brakes, gets misplaced or not moved back at all.\r\n\r\n<strong>Heavy Moving & Lifting</strong> - Ceiling-mounted vents are often a challenge because heavy furniture (beds, sofas, pianos, etc.) underneath may need to be temporarily removed to make room for ladders. Also, wall & floor vents may be obstructed by heavy desks, bookshelves or entertainment centers. If this may be your case, please take the appropriate measures in advance, or make sure to discuss heavy furniture lifting at the time of booking. A dedicated moving crew may be more expensive, yet may save you a week\'s worth of backaches.\r\n<h3><span style=\"font-size: 24pt; color: #ff0000;\">Liability Exclusions</span></h3>\r\n<strong>Paint & Drywall Chipping</strong> - Water based paint does not adhere to metal as good as it does to drywall and; some vents are glued to drywall for whatever reason. In despite of how careful crews may be, it is possible that; if supply vents or return grilles are glued or painted over, minor damage may occur upon their forced removal. Because vents & grilles cannot be glued or water-based painted by code, neither crew or company can assume liability.\r\n\r\n<strong>Concealed Wiring Damage</strong> - Many contractors discretely run thermostats, phone, cable or satellite video, alarms, and even audio wiring through the inside of older home\'s ductwork, which is against building codes. And yes, this may go undetected for many years, and further concealed by heavy debris accumulation, which often makes it undetectable to inspection scopes or cameras. So unless the duct cleaning contractor is notified in advance, cannot assume liability and/or be held responsible for accidental inner-ductwork wiring damage.\r\n<h4><span style=\"font-size: 18pt; color: #ff0000;\">Additional Considerations</span></h4>\r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>Hovering</strong> - Air Tech\'s crews will proudly show you what\'s being done. Just don\'t get too close to them while they\'re doing it. In addition to annoying, toe-stepping & head-bumping can be painful.</li>\r\n <li><strong>Shoes</strong> - OSHA rules, and under no circumstances HVAC workers are to take off their shoes. High amperage equipment, hidden power lines and metal duct-work are a constant risk for worker\'s electrocution and; rotary and/or compressed-air agitators can generate harmful electrostatic discharges. We will however, wear cloth booties to protect white or religious use carpeting, and use drop clothes to lay our tools over brand new flooring. But-please, don\'t ask the crew to wear booties on stairways, hardwood, ceramic or vinyl floors; it\'s a Slip & Fall waiting to happen, it is against OSHA regulations, and if you look at it in perspective, it\'s not worth forcing circumstances - it makes you responsible for injuries or damage! Safety First, God Bless OSHA.</li>\r\n <li><strong>HVAC Compartment Stuffing</strong> - Our biggest, heaviest & most powerful tool (negative air machine) will have to be placed at two different points next to your HVAC unit, and crew needs to focus on what they do best. A little space around the air handler will allow technicians to work at a much faster pace - So spend 10 minutes, clear some clutter, Save 2 Hours Off Your Day!</li>\r\n</ul>\r\nFinally, keep in mind that every home or building is unique in many ways, and so will be your air conveyance cleaning project. In despite the odds, our crews grow wiser and more observant with every job, and are always prepared to back-track in a second, should human factors or special needs may arise. Hoping we may have the opportunity to serve you soon, we\'ll be delighted to answer any other questions or be of assistance in any other way. Keep in mind, we\'re just a phone call away! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQs','','inherit','closed','closed','','73-revision-v1','','','2016-07-30 14:18:32','2016-07-30 14:18:32','',73,'http://air-techinternational.com/?p=25458',0,'revision','',0),(25459,1,'2016-07-30 14:20:14','2016-07-30 14:20:14','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"MDF 500\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThrough funding provided by the US Department of Energy and National Security Administration’s Chemical & Biological National Security Program, under contract DE-AC04-94AL85000, Sandia National Laboratories developed MDF\'s original <a href=\"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6566574.PN.&OS=PN/6566574&RS=PN/6566574\">base formulation</a>.\r\n\r\nMDF-500In July 2000, SNL provided all field-of-use licenses to Modec, Inc. for its manufacture & commercial sale. SNL\'s base formulation technique (<a href=\"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6566574.PN.&OS=PN/6566574&RS=PN/6566574\">Hydrolysis</a>) was then enhanced to maximize detoxification and neutralization performance while protecting human health. Resulting solutions became powerful non-toxic, biodegradable, non-corrosive oxidizing agents capable of neutralizing various chemical & biological agents, including Mustard Gas, VX, Cyanides, Bacillus Anthracis AMES-RIID & ANR-1, Hydrogen & Sodium Cyanide, Butyl Lscyanate, Carbon Disulfide, Anhydrous Ammonia and Soman.\r\n\r\nModec\'s most applauded product, <strong>MDF-500</strong>, is a binary solution that becomes a hunter for fungi, bacteria and viruses. With a surfactant wetting out and surrounding the target with positively charged micelles, it draws oxidizing species directly into microbials. Since MDF\'s application techniques were developed with Federal funding, the U.S. Government has certain rights in the base formulation invention and deployment protocols. Thus, Full-strength formulas are available only to qualified professionals. Air Tech is an authorized applicator of MDF formulas, including foam, mist & fog applications.\r\n\r\n \r\n<h3><span style=\"color: #000080;\"><strong>MDF-500 Vs. Traditional Mold Remediation Containment</strong></span></h3>\r\n \r\n\r\nTraditional Mold Remediation ContainmentNanometer-sized Microbial Volatile Organic Compounds (MVOCs) are the source of many poor IAQ situations. Complex mixtures of potentially harmful volatile organic compounds (VOCs) including alcohols, ketones, aldehydes, aromatic & chlorinated hydrocarbons, sulfur-based compounds, amines, and even terpenes are known to be produced by MVOCs microbial metabolism (Burge, 1995). MVOCs can readily disperse throughout a building & potentially penetrate barriers such as vinyl wallpaper & polyethylene sheeting. MDF-500 can address these issues at Sub-Molecular Level, operating as a continuous Full-Site mitigation mechanism during mold remediation activities.\r\n\r\n<span style=\"font-size: 14pt;\">For custom detoxification services in MD/VA/DC, please contact Air Tech: <span style=\"color: #ff0000;\">240-388-0030</span></span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','MDF 500','','inherit','closed','closed','','60-autosave-v1','','','2016-07-30 14:20:14','2016-07-30 14:20:14','',60,'http://air-techinternational.com/?p=25459',0,'revision','',0),(25460,1,'2016-07-30 14:20:00','2016-07-30 14:20:00','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"MDF 500\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThrough funding provided by the US Department of Energy and National Security Administration’s Chemical & Biological National Security Program, under contract DE-AC04-94AL85000, Sandia National Laboratories developed MDF\'s original <a href=\"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6566574.PN.&OS=PN/6566574&RS=PN/6566574\">base formulation</a>.\r\n\r\nMDF-500In July 2000, SNL provided all field-of-use licenses to Modec, Inc. for its manufacture & commercial sale. SNL\'s base formulation technique (<a href=\"http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6566574.PN.&OS=PN/6566574&RS=PN/6566574\">Hydrolysis</a>) was then enhanced to maximize detoxification and neutralization performance while protecting human health. Resulting solutions became powerful non-toxic, biodegradable, non-corrosive oxidizing agents capable of neutralizing various chemical & biological agents, including Mustard Gas, VX, Cyanides, Bacillus Anthracis AMES-RIID & ANR-1, Hydrogen & Sodium Cyanide, Butyl Lscyanate, Carbon Disulfide, Anhydrous Ammonia and Soman.\r\n\r\nModec\'s most applauded product, <strong>MDF-500</strong>, is a binary solution that becomes a hunter for fungi, bacteria and viruses. With a surfactant wetting out and surrounding the target with positively charged micelles, it draws oxidizing species directly into microbials. Since MDF\'s application techniques were developed with Federal funding, the U.S. Government has certain rights in the base formulation invention and deployment protocols. Thus, Full-strength formulas are available only to qualified professionals. Air Tech is an authorized applicator of MDF formulas, including foam, mist & fog applications.\r\n\r\n \r\n<h3><span style=\"color: #000080;\"><strong>MDF-500 Vs. Traditional Mold Remediation Containment</strong></span></h3>\r\n \r\n\r\nTraditional Mold Remediation ContainmentNanometer-sized Microbial Volatile Organic Compounds (MVOCs) are the source of many poor IAQ situations. Complex mixtures of potentially harmful volatile organic compounds (VOCs) including alcohols, ketones, aldehydes, aromatic & chlorinated hydrocarbons, sulfur-based compounds, amines, and even terpenes are known to be produced by MVOCs microbial metabolism (Burge, 1995). MVOCs can readily disperse throughout a building & potentially penetrate barriers such as vinyl wallpaper & polyethylene sheeting. MDF-500 can address these issues at Sub-Molecular Level, operating as a continuous Full-Site mitigation mechanism during mold remediation activities.\r\n\r\n<span style=\"font-size: 14pt;\">For custom detoxification services in MD/VA/DC, please contact Air Tech: <span style=\"color: #ff0000;\">240-388-0030</span></span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','MDF 500','','inherit','closed','closed','','60-revision-v1','','','2016-07-30 14:20:00','2016-07-30 14:20:00','',60,'http://air-techinternational.com/?p=25460',0,'revision','',0),(25461,1,'2016-07-30 14:27:37','2016-07-30 14:27:37','','References','','publish','closed','closed','','references','','','2017-02-16 14:18:09','2017-02-16 14:18:09','',0,'http://air-techinternational.com/?p=25461',14,'nav_menu_item','',0),(25464,1,'2017-03-12 07:47:54','2017-03-12 07:47:54','<p>[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"REQUEST A QUOTE\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]</p><p>How can we help you today?</p><p>[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"696px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_line_height=\"1.8em\" text_font_size=\"20px\"]</p><p>Do you need help with your air duct cleaning or dryer vent cleaning? Or do you want a foreclosure cleanups or even a small home repairs?</p><p>Just drop us a message below with your requirement and we will send you a free no obligation quote. If you like the quote, we can get started right away.</p><p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Requirement\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Request a Quote','','inherit','closed','closed','','69-autosave-v1','','','2017-03-12 07:47:54','2017-03-12 07:47:54','',69,'http://air-techinternational.com/?p=25464',0,'revision','',0),(25465,1,'2016-07-30 14:33:22','2016-07-30 14:33:22','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" header_font=\"Arvo||||\"] [et_pb_slide heading=\"REQUEST A QUOTE\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nFill out the form below to get a free quote\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"696px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Requirement\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Request a Quote','','inherit','closed','closed','','69-revision-v1','','','2016-07-30 14:33:22','2016-07-30 14:33:22','',69,'http://air-techinternational.com/?p=25465',0,'revision','',0),(25467,1,'2016-07-30 14:35:15','2016-07-30 14:35:15','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Contracting Experience\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nATI has performed numerous services for residential, commercial, industrial and institutional clients, as well as for other environmental firms addressing environmental and safety issues since 1994. Due to the nature of our services and the confidentiality we offer to our clients and contracting partners, only a few references can be published at this time.\r\n\r\nThe following list is published with our client\'s permission. However, the client reserves the right to refuse to provide details about the services provided, or the nature of the circumstances for which our services were requested.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Environment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><strong><span style=\"font-size: 18pt; color: #000080;\">Environmental Investigation/Testing</span></strong></h3>\r\nBryan Davis\r\n926 Wampler Rd - Middle River, MD 21220\r\nTel: 443-604-8869\r\n\r\nDCX Inc - Diamond Cab\r\n1100 Q Street NW - Washington, DC 22009\r\nContact: Ralph Waller Tel: 202-387-4011\r\n\r\nEric Blow\r\n1565 Brookshire Court - Reston, VA 20190\r\nTel: 703-668-1597\r\n\r\nRobin Smith\r\n8914 River Island Drive - Savage, MD 20763\r\nTel: 301-332-0757\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080; font-size: 18pt;\"><strong>Commercial/Institutional Clients</strong></span></h3>\r\nThe World Bank\r\n1818 H St. NW - Wash. DC 20433\r\nContact: Michael DeSouza - Gen. Srvices Dept.\r\n\r\nU.S. Dept. Of The Interior\r\n1849 C St. NW #MS-1324 - Wash. DC 20240\r\nContact: Kate A. McKenna - Contract Specialist\r\n\r\nIBM\r\n6710 Rockledge Drive - Bethesda, MD 20817\r\nContact: Patrick Vasold, Solutions Manager\r\n\r\nSodexho Marriott\r\n1030 W Chicago Ave #200 - Chicago, IL 60622\r\nContact: Jean Crudup-Snell - Services\r\n\r\nCare Tech Industries, Inc.\r\n5020 Seminole Blvd - St. Petersburg, FL\r\nContact: John O. Shannon, President\r\nTel: 800-700-3327\r\n\r\nThe Royal Embassy Of Saudi Arabia\r\n605 New HAmpshire Avenue NW - Washington, DC 20036\r\nContact: Shahla Izadi\r\n\r\nClarke County Public Schools\r\n309 W. Main Street - Berryville, VA 22611\r\nContact: Larry W. Hardesty, Dir. Of Maintenance\r\n\r\nDaston Corporation\r\n2010 Corporate Ridge #750 - McLean, VA\r\nContact: Peter J. Caylor - 703-306-6883\r\n\r\nThe Corradino Group\r\n4055 NW 97Th. Avenue - Miami, FL 33178\r\nContact: Frederick C. P\'Pool - 954-777-0044\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"ENvironment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong>Environmental Management Services</strong></span></h3>\r\nCharles O\'Hara\r\n2144 Old Dairy Farm Rd. - Gambrills, MD 21054\r\nTel: 410-987-5357\r\n\r\nDaniel Fritz\r\n21055 Branchwood Way - Sterling, VA 21064\r\nTel: 703-444-0654\r\n\r\nParrish Evans\r\n9904 Killarney Way - Gaithersburg, MD 20688\r\nTel: 301-987-8895\r\n\r\nBeverly Crawford\r\n437 Christopher Avenue # T-2 - Gaithersburg, MD 20865\r\nTel: 301-366-7630\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong>Commercial Clients</strong></span></h3>\r\nThe Neighborhood Development Company\r\n1003 K St. NW - Wash. DC 20001\r\nTel: 202-347-7880\r\nContact: Sussane Mulbah, Director\r\n\r\nMorgan State University\r\n1700 E. Cold Spring Lane - Baltimore, MD 21251\r\nContact: Joseph Popovich, Director\r\nTel: 443-885-3372\r\n\r\nBiosynexus Inc.\r\n9119 Gaither Road - Gaithersburg, MD 20877\r\nContact: Paul Choma, Director\r\nTel: 301-987-1169\r\n\r\nS. R. Inc.\r\n1615 Manchester Lane NW - Wash. DC 20012\r\nContact: Dick Clark/Andrew Mayer\r\n\r\nSilver, Freedman & Taff, L.L.P.\r\n1700 Wisconsin Avenue NW - Washington, DC 20007\r\nContact: Lamont Mahone Tel: 202-295-4500\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Home\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Home Inspections / Building Physical Needs</span></strong></span></h3>\r\nSally Hamidi\r\n1437 Rhode Island Ave NW - Wash. DC 20005\r\nTel: 202-321-3490\r\n\r\nSara Buchanan\r\n6075 Majors Lane - Columbia, MD 21045\r\nTel: 301-437-3737\r\n\r\nMr. & Mrs. Becerra\r\n9038 Miles Place - Manassas, VA 20110\r\nGabriela Rivas, Realtor\r\nRE/MAX - Tel: 202-744-6990\r\n\r\nTed Nguyen, Realtor\r\nColdwell Banker - 703-524-2100\r\n\r\nAngel Ribulotta, Realtor\r\nCentury 21 - 301-871-3606\r\n\r\nLuis Cordero/Ada Calero, Realtors\r\nCamelot International - 703-207-1700\r\n\r\nPatricia Henryk, Real Estate Broker\r\nPat Henryk Real Estate Inc.\r\n\r\nJoe Faraji, Realtor\r\nWeichert Realtors - 301-263-0700\r\n\r\nReginal E. Thomas, Financial Advisor\r\nMorgan & Stanley - 800-676-3376\r\n\r\nLong & Foster Realtors\r\nAna Irazabal - 703-813-8214\r\nPamela Key - 301-434-8900\r\nFeriel Massri - 301-907-7600\r\nEileen Rogers - 202-362-8743 Ext 231\r\n\r\nS.F Zaru, Architect - S. Zaru & Associates\r\n3159 Smart Heiress Dr. - Mount Airy, MD 21771\r\n\r\nDCI Group, LLC\r\n1133 21St. Street NW # M100 - Washington, DC\r\nComntact: Brandi Tatlisu, Director - 202-546-4242\r\n\r\nARQUITECTONICA\r\n550 Brickell Avenue Suite 200 - Miami, FL 33131\r\nContact: Laurinda Spear, FAIA - 305-372-1812\r\n\r\nLaw Offices Of Ann Shaw, PA\r\n212 W. Main Street - Salisbury, MD 21801\r\nContact: Jefrey White, Attorney At Law\r\n\r\nUnivision TV\r\n9405 NW 41St. Street - Miami, FL 33178\r\nContact: Enrique Cuervo, Director Of Facilities\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Environment consulting\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><strong><span style=\"color: #000080;\">Environmental Consulting Services</span></strong></h3>\r\nVMTJBJ - J.B. Johnson Nursing Center\r\nContact: Ulysses Cooper - Engineering Dept.\r\nTel: 202-535-2115\r\n\r\nFriendship School\r\n6220 Georgetown Blvd. - Eldersburg, MD 21784\r\nContact: Teresa Aukney, Director - 410-552-6880\r\n\r\nInternational Engineering Corporation\r\n3609 Astoria Road - Kensington, MD 20895\r\nContact: Dr. Victor B. Rebaza, PhD., PE - Tel: 301-946-4406\r\n\r\nEnergy & Environmental Consultants, Inc.\r\n2601 Stanley Dr. - Baldwin, MD 21013\r\nTel: 443-804-4520 Fax: 410-692-9349\r\nContact: Kathleen Fox\r\n\r\nXact Teleservices Solutions\r\n320 Main Street - Laurel, MD 20707\r\nContact: Julie Thorne, Director\r\n\r\nLanghart Communications\r\n1200 19Th. St NW # 400- Wash. DC 20036\r\nContact: Kari Lidgett\r\n\r\nICI- INCLAIMCO\r\n17463 Jef. Davis Hwy. - Dumfries, VA\r\nContact: Sandy Marrocco, Contract Specialist\r\nTel: 703-441-3644 Fax: 703-441-3647\r\n\r\nBOB\'S BMW\r\n10720 Guilford Road - Jessup, MD 20794\r\nTel: 1-800-BMW-BOBS Fax: 301-776-2338\r\nContact: Bob Henig, owner\r\n\r\nPEPCO Building Services\r\n25279 Pleasant Valley Road - Chantilly, VA 20152\r\nTel: 703-471-6310\r\nContact: Jay Harper/Richard Roldan/James Beach\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contracting Experience','','inherit','closed','closed','','64-revision-v1','','','2016-07-30 14:35:15','2016-07-30 14:35:15','',64,'http://air-techinternational.com/?p=25467',0,'revision','',0),(25468,1,'2016-07-30 14:36:08','2016-07-30 14:36:08','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Air Duct Cleaning References\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nSince its inception in 1999, Air Tech\'s Air Duct & HVAC Cleaning division has successfully completed over 14,500 residential, commercial and institutional projects with a consistent 92% customer satisfaction record. Remaining percentage accounts for project halt/cancellations due to inclement weather, schedule changes and; a few unforeseen circumstances that were beyond Air Tech\'s capabilities and/or control (should you find the perfect company, let us know).\r\n\r\nWe respect our client\'s privacy. Thus, would like to express our gratitude to all whom willfully pledged to be listed below.\r\n\r\nPlease note that\r\n\r\n(1) Clients\' phone numbers are available upon request;\r\n\r\n(2) May reserve the right to refuse to provide details about services provided and;\r\n\r\n(3) Listings may be up to 5 Years old. Additional references may be found at the following consumer\'s guide web sites: <a href=\"http://www.angieslist.com/\">Angie\'s List</a> | <a href=\"http://www.checkbook.org/\">Consumer\'s Checkbook</a>\r\n\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning References','','inherit','closed','closed','','66-revision-v1','','','2016-07-30 14:36:08','2016-07-30 14:36:08','',66,'http://air-techinternational.com/?p=25468',0,'revision','',0),(25470,1,'2016-07-30 14:41:35','2016-07-30 14:41:35','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#18c3c3\" header_font=\"Arvo||||\"] [et_pb_slide heading=\"FAQs\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]Air duct cleaning facts, air duct cleaning myths + tips & tricks to pick or kick HVAC cleaning firms[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"1st para\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause HVAC cleaning is not yet fully regulated, most people are unfamiliar with the processes involved, and less prepared to distinguish a reliable service provider. Thus, many companies take advantage by up-selling supposedly integral tasks; operate illegally, use sub-standard equipment or untrained subcontractors, or worse; cut corners in cleaning procedures to book more jobs per day.\r\n\r\nAccording to the BBB, these \"blow-n-go\" companies (as they have come to be known) are often attractive to unwary consumers because of enticing low prices, but generally create more problems than what they solve. In addition to professional uncertainty, widespread issues are:\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Bullets\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Bait & Switch tactics, or SCAMS. <a href=\"http://www.youtube.com/watch?v=rNu6u8KiA-o\">Video Reference 1</a> | <a href=\"http://www.youtube.com/watch?v=pT4WKwfBu18&NR=1\">Video Reference 2</a></li>\r\n <li>Poor Craftsmanship, or NEGLIGENCE.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"2nd para\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] So when all claim to be the best, and no one knows who\'s who until is too late, Air Tech comes forward in good faith. We\'re a local enterprise, so before a client, you are (to us) a valued neighbor, and with it comes all due respect. Let us then address these gray areas of the trade, explain how things must be done, help you make an informed decision and; should you wish to go ahead, how to prepare your home & what to expect, so nobody gets hurt. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"FAQs\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" collapsed=\"on\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"130px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] None that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list! [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] Never did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nVery little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.\r\n\r\nOtherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] In fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Should I have my air ducts sanitized?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] Although it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How should air ducts be cleaned?\" title=\"How should air ducts be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nThe safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.\r\n\r\n<img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.\r\n\r\nNADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.\r\n\r\nBut big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How often should residential HVAC systems be cleaned?\" title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nEPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li>\r\n <li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li>\r\n</ul>\r\nBut rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li>\r\n <li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li>\r\n <li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li>\r\n <li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li>\r\n <li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li>\r\n <li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li>\r\n <li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li>\r\n <li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li>\r\n <li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li>\r\n <li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li>\r\n <li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li>\r\n <li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li>\r\n <li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li>\r\n <li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li>\r\n <li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li>\r\n <li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_toggle admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"]\r\n\r\nWhen done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means\r\n\r\n(1) Fairly good access to all systems components;\r\n\r\n(2) Uninterrupted worker\'s pace, (\r\n\r\n3) Enough power to operate all equipment and most important; (\r\n\r\n4) A friendly & respectful environment under the circumstances.\r\n\r\n<a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a>\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Getting prep\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"36\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGetting Prepared for your Cleaning\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\nAir duct cleaning is done by appointment only, and for very good reasons. Although IT IS NOT a \"messy\" process, it involves a series of disruptive tasks that may interfere with traditional business or daily life, and thus cause a myriad of upsetting situations if the site -or occupants- are not prepared for it. Let\'s start with:\r\n\r\n<strong>Intrusive Traffic</strong> - In order to clean an HVAC system, a service area reconnaissance or walkthrough must be performed first, and permission will be asked for at the time. If allowed to, crew then considers full access to all HVAC service areas granted and \"project started\" from that point on. Personal activities (showers, breast-feeding or else) should be avoided to prevent embarrassing situations until project completion.\r\n\r\n<strong>Utilities Shut-Down</strong> -\r\n\r\n(1) Your HVAC system will be turned off, which may cause significant changes to your indoor environment;\r\n\r\n(2) Accessories hard wired to other electrical branches must also be powered down.\r\n\r\n(3) To remove humidifiers, crew may have to cut water supply and;\r\n\r\n(4) To clean heat exchangers, gas lines may be closed too. We all have a life to live and yes, dinner must be cooked - so unless you wish to inspect their work, it would be in your best interest not to distract, interfere with, or halt the crew.\r\n\r\n<strong>Noise</strong> - An industrial strength vacuum machine hooked to your home\'s duct-work, an air compressor near your doorsteps and 2 guys hauling 35 Ft. long rotary brush snakes throughout every room\'s vents will not go unnoticed. Naps, conference calls, book or song writing -or perhaps meditation- would certainly be out of the equation.\r\n\r\n<strong>Tampering</strong> with personal items to access grilles or hidden vents is often inevitable, and you should expect such occurrence. Accidents happen, but most can be avoided - In this case, it is your duty to secure lose or valuable items in narrow hallways & near HVAC vents to minimize the odds. Key items include delicate ornaments, antique furniture, toys, clothing, power cords & electronics within a 4 Ft. radius from a vent. Keep in mind, crews are there to perform a specific task, and although moving aside a few items may be OK with them, it is technically outside their scope of work. Thus, cannot be held responsible if anything brakes, gets misplaced or not moved back at all.\r\n\r\n<strong>Heavy Moving & Lifting</strong> - Ceiling-mounted vents are often a challenge because heavy furniture (beds, sofas, pianos, etc.) underneath may need to be temporarily removed to make room for ladders. Also, wall & floor vents may be obstructed by heavy desks, bookshelves or entertainment centers. If this may be your case, please take the appropriate measures in advance, or make sure to discuss heavy furniture lifting at the time of booking. A dedicated moving crew may be more expensive, yet may save you a week\'s worth of backaches.\r\n\r\n \r\n<h3><span style=\"font-size: 24pt; color: #ff0000;\">Liability Exclusions</span></h3>\r\n \r\n\r\n<strong>Paint & Drywall Chipping</strong> - Water based paint does not adhere to metal as good as it does to drywall and; some vents are glued to drywall for whatever reason. In despite of how careful crews may be, it is possible that; if supply vents or return grilles are glued or painted over, minor damage may occur upon their forced removal. Because vents & grilles cannot be glued or water-based painted by code, neither crew or company can assume liability.\r\n\r\n<strong>Concealed Wiring Damage</strong> - Many contractors discretely run thermostats, phone, cable or satellite video, alarms, and even audio wiring through the inside of older home\'s ductwork, which is against building codes. And yes, this may go undetected for many years, and further concealed by heavy debris accumulation, which often makes it undetectable to inspection scopes or cameras. So unless the duct cleaning contractor is notified in advance, cannot assume liability and/or be held responsible for accidental inner-ductwork wiring damage.\r\n\r\n \r\n<h4><span style=\"font-size: 18pt; color: #ff0000;\">Additional Considerations</span></h4>\r\n \r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>Hovering</strong> - Air Tech\'s crews will proudly show you what\'s being done. Just don\'t get too close to them while they\'re doing it. In addition to annoying, toe-stepping & head-bumping can be painful.</li>\r\n <li><strong>Shoes</strong> - OSHA rules, and under no circumstances HVAC workers are to take off their shoes. High amperage equipment, hidden power lines and metal duct-work are a constant risk for worker\'s electrocution and; rotary and/or compressed-air agitators can generate harmful electrostatic discharges. We will however, wear cloth booties to protect white or religious use carpeting, and use drop clothes to lay our tools over brand new flooring. But-please, don\'t ask the crew to wear booties on stairways, hardwood, ceramic or vinyl floors; it\'s a Slip & Fall waiting to happen, it is against OSHA regulations, and if you look at it in perspective, it\'s not worth forcing circumstances - it makes you responsible for injuries or damage! Safety First, God Bless OSHA.</li>\r\n <li><strong>HVAC Compartment Stuffing</strong> - Our biggest, heaviest & most powerful tool (negative air machine) will have to be placed at two different points next to your HVAC unit, and crew needs to focus on what they do best. A little space around the air handler will allow technicians to work at a much faster pace - So spend 10 minutes, clear some clutter, Save 2 Hours Off Your Day!</li>\r\n</ul>\r\n \r\n\r\nFinally, keep in mind that every home or building is unique in many ways, and so will be your air conveyance cleaning project. In despite the odds, our crews grow wiser and more observant with every job, and are always prepared to back-track in a second, should human factors or special needs may arise. Hoping we may have the opportunity to serve you soon, we\'ll be delighted to answer any other questions or be of assistance in any other way. Keep in mind, we\'re just a phone call away! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQs','','inherit','closed','closed','','73-revision-v1','','','2016-07-30 14:41:35','2016-07-30 14:41:35','',73,'http://air-techinternational.com/?p=25470',0,'revision','',0),(25471,1,'2016-07-30 14:43:53','2016-07-30 14:43:53','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Remodelling\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]\n\nConstruction, Handyman, Home Repair & Restoration Services MD, VA & Washington DC\n\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" module_id=\"home-repair\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Thank you for considering our Full-Service handyman, home repair, restoration & remodeling services. We are a Fully Licensed & Insured home improvement company committed to provide quality work at reasonable rates, which are based on accurate estimates. [/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Our services include, but are not limited to:</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" parallax_3=\"off\" parallax_method_3=\"off\" module_id=\"construction\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<ul style=\"list-style-type: square;\">\n <li>Gutter Cleaning & Replacement</li>\n <li>Basement Waterproofing</li>\n <li>Attic Insulation Repair/Install</li>\n <li>Foundation Grading Repair</li>\n <li>Windows & Doors Install</li>\n <li>Sheetrock/Drywall Repair</li>\n</ul>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<ul style=\"list-style-type: square;\">\n <li>Kitchen Remodeling</li>\n <li>Bathroom Remodeling</li>\n <li>Standard & Custom Painting</li>\n <li>Full-Service Electrical Work</li>\n <li>Patio & Driveway Concrete</li>\n <li>Wood & Ceramic Tile Flooring</li>\n</ul>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<ul style=\"list-style-type: square;\">\n <li>Fire/Water Damage Restoration</li>\n <li>Vinyl Siding Installation</li>\n <li>Drop Ceilings, Recess Lighting</li>\n <li>Porch Construction/Repair</li>\n <li>Wood and Composite Decks</li>\n <li>Plumbing</li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" module_id=\"restoration\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nWhether you are looking into remodeling a kitchen, bathroom, basement, porch, deck or entire structure; cleanup burned or moldy environments, or simply have your home or office repainted, we\'ll provide the quality workmanship that you seek, and no matter what size, all work is guaranteed. Finally, let us offer a few contractor selection tips:\n<ul style=\"list-style-type: square;\">\n <li>Always get at least two estimates, insure they\'re as itemized as possible</li>\n <li>Make sure to get your estimates in writing, do not accept verbal offers</li>\n <li>Always make sure to check, call at least two of each contractor\'s references</li>\n <li>Always request, and please make sure to check the contractor\'s LICENSE</li>\n <li>Do not accept persuasive behavior, take your time before making decisions</li>\n <li>Insure that your estimate includes a pricing accuracy warranty</li>\n</ul>\nWith that said, consider the advantages of having Air Tech take care of everything on your \"To Do\" list in one guaranteed hassle-free appointment. Again, no job is too small so go ahead, give us a call!! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Remodelling','','inherit','closed','closed','','49-autosave-v1','','','2016-07-30 14:43:53','2016-07-30 14:43:53','',49,'http://air-techinternational.com/?p=25471',0,'revision','',0),(25472,1,'2016-07-30 14:44:04','2016-07-30 14:44:04','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Remodelling\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]\r\n\r\nConstruction, Handyman, Home Repair & Restoration Services MD, VA & Washington DC\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" module_id=\"home-repair\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] Thank you for considering our Full-Service handyman, home repair, restoration & remodeling services. We are a Fully Licensed & Insured home improvement company committed to provide quality work at reasonable rates, which are based on accurate estimates. [/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>Our services include, but are not limited to:</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" parallax_3=\"off\" parallax_method_3=\"off\" module_id=\"construction\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Gutter Cleaning & Replacement</li>\r\n <li>Basement Waterproofing</li>\r\n <li>Attic Insulation Repair/Install</li>\r\n <li>Foundation Grading Repair</li>\r\n <li>Windows & Doors Install</li>\r\n <li>Sheetrock/Drywall Repair</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Kitchen Remodeling</li>\r\n <li>Bathroom Remodeling</li>\r\n <li>Standard & Custom Painting</li>\r\n <li>Full-Service Electrical Work</li>\r\n <li>Patio & Driveway Concrete</li>\r\n <li>Wood & Ceramic Tile Flooring</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Fire/Water Damage Restoration</li>\r\n <li>Vinyl Siding Installation</li>\r\n <li>Drop Ceilings, Recess Lighting</li>\r\n <li>Porch Construction/Repair</li>\r\n <li>Wood and Composite Decks</li>\r\n <li>Plumbing</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" module_id=\"restoration\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nWhether you are looking into remodeling a kitchen, bathroom, basement, porch, deck or entire structure; cleanup burned or moldy environments, or simply have your home or office repainted, we\'ll provide the quality workmanship that you seek, and no matter what size, all work is guaranteed. Finally, let us offer a few contractor selection tips:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Always get at least two estimates, insure they\'re as itemized as possible</li>\r\n <li>Make sure to get your estimates in writing, do not accept verbal offers</li>\r\n <li>Always make sure to check, call at least two of each contractor\'s references</li>\r\n <li>Always request, and please make sure to check the contractor\'s LICENSE</li>\r\n <li>Do not accept persuasive behavior, take your time before making decisions</li>\r\n <li>Insure that your estimate includes a pricing accuracy warranty</li>\r\n</ul>\r\nWith that said, consider the advantages of having Air Tech take care of everything on your \"To Do\" list in one guaranteed hassle-free appointment. Again, no job is too small so go ahead, give us a call!! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Remodelling','','inherit','closed','closed','','49-revision-v1','','','2016-07-30 14:44:04','2016-07-30 14:44:04','',49,'http://air-techinternational.com/?p=25472',0,'revision','',0),(25473,1,'2016-07-30 14:45:38','2016-07-30 14:45:38','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"HVAC\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"font-size: 14pt;\">Dirty Air Handlers, Evaporator Coils: The Secret Behind Poor HVAC System Performance, Shortened Life Span & Compromised Indoor Air Quality (IAQ)</span></strong>\r\n\r\nHVAC evaporators (A/C coils) and; blower fans periodic maintenance is often neglected; mainly because accessing their inner sides takes much more effort than \"the usual\". That is until they accumulate enough dirt to reduce or restrict airflow, causing a myriad of performance and/or comfort issues, or worse, clog condensate drainage components, which often leads to overflow spills that may result in catastrophic (non-repairable) equipment damage. See FAQ for more.\r\n\r\nFurthermore, dirty air handlers promote Rapid Bacteria & Mold Growth and; operating an infected unit may lead to Potentially Harmful Microbial Widespread. Because of the ill-effects that this may cause, HVAC unit\'s hygiene is now recognized as a key factor while addressing numerous IAQ issues. Visit EPA For MoreResidential/small commercial furnace\r\n\r\nFortunately, all of the above can be resolved overnight. Air Tech has the appropriate training, licensing and thus expertise, the latest containment gear, premium decon formulas & ambient sterilization technologies to safely resolve air handler microbial contamination issues of any kind, restore equipment\'s factory performance and; reestablish optimal conditioned airflow.\r\n\r\n \r\n\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt; line-height: 1.5;\">Our HVAC Cleaning Service includes the following tasks:</span></strong></span>\r\n<ul style=\"list-style-type: square;\">\r\n <li>Disinfected Air Handling Unit</li>\r\n <li>Preliminary HVAC Unit Isolation and Shock Plasma Sterilization</li>\r\n <li>Evaporator & Blower Fan Cabinets Insulation Cleaning/Repair</li>\r\n <li>Cooling Coil, Condensate Drainage Plumbing Cleaning & Flush-Out</li>\r\n <li>Complete Air Handler Cabinet Biocide Disinfection & Wipe Cleaning</li>\r\n <li>Heat Exchanger Wire Brush Cleaning, Blower Fan Power Washing</li>\r\n <li>Air Filter Housing Tracks Repair, Air Filter Sizing & Tight Fitting</li>\r\n <li>Return Air Duct-Work Cleaning (further depicted & explained below)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"font-size: 18pt;\"><strong><span style=\"color: #000080;\">Why Return Air Duct-Work Cleaning?</span></strong></span></h3>\r\nA typical HVAC duct system consists of a supply network of ducts to carry conditioned air from the furnace or A/C unit (air handler) to various parts of a home/building, and a return branch that brings used air back into the air handler to be conditioned again. Unlike supply airflow, which is filtered & conditioned, the air drawn into a return branch is laden with dust, pollen, fibers, bacteria, mold spores, dander, etc., which adhere to the duct walls and severely build-up over time.\r\n\r\nTemperature & humidity changes, vibrations (from walking, stomping, door slamming, etc) often cause debris detachment, which affects air filter\'s performance or integrity, and thus the HVAC unit in various ways.\r\n\r\nCleaning the return air duct-work along with the HVAC unit may boost energy/operational savings (up to 30%), provides a much higher level of pollutants removal and hence enhanced indoor air quality and better yet, it guarantees increased air filtration efficiency as well as equipment lifespan.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Ductworksys.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4><strong><span style=\"font-size: 24pt; color: #000080;\">PRICING</span></strong></h4>\r\nResidential Units (ANY SIZE): <span style=\"font-size: 18pt;\"><strong>$385.00 Each</strong></span>\r\n\r\n<img class=\"aligncenter size-full wp-image-25382\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">Commercial / Industrial Units: Contact Air Tech For Free Estimates!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong><span style=\"font-size: 18pt;\">(240) 388-0030</span></strong></span></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','HVAC','','inherit','closed','closed','','44-autosave-v1','','','2016-07-30 14:45:38','2016-07-30 14:45:38','',44,'http://air-techinternational.com/?p=25473',0,'revision','',0),(25474,1,'2016-07-30 14:45:52','2016-07-30 14:45:52','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"HVAC\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"font-size: 14pt;\">Dirty Air Handlers, Evaporator Coils: The Secret Behind Poor HVAC System Performance, Shortened Life Span & Compromised Indoor Air Quality (IAQ)</span></strong>\r\n\r\nHVAC evaporators (A/C coils) and; blower fans periodic maintenance is often neglected; mainly because accessing their inner sides takes much more effort than \"the usual\". That is until they accumulate enough dirt to reduce or restrict airflow, causing a myriad of performance and/or comfort issues, or worse, clog condensate drainage components, which often leads to overflow spills that may result in catastrophic (non-repairable) equipment damage. See FAQ for more.\r\n\r\nFurthermore, dirty air handlers promote Rapid Bacteria & Mold Growth and; operating an infected unit may lead to Potentially Harmful Microbial Widespread. Because of the ill-effects that this may cause, HVAC unit\'s hygiene is now recognized as a key factor while addressing numerous IAQ issues. Visit EPA For MoreResidential/small commercial furnace\r\n\r\nFortunately, all of the above can be resolved overnight. Air Tech has the appropriate training, licensing and thus expertise, the latest containment gear, premium decon formulas & ambient sterilization technologies to safely resolve air handler microbial contamination issues of any kind, restore equipment\'s factory performance and; reestablish optimal conditioned airflow.\r\n\r\n \r\n\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt; line-height: 1.5;\">Our HVAC Cleaning Service includes the following tasks:</span></strong></span>\r\n<ul style=\"list-style-type: square;\">\r\n <li>Disinfected Air Handling Unit</li>\r\n <li>Preliminary HVAC Unit Isolation and Shock Plasma Sterilization</li>\r\n <li>Evaporator & Blower Fan Cabinets Insulation Cleaning/Repair</li>\r\n <li>Cooling Coil, Condensate Drainage Plumbing Cleaning & Flush-Out</li>\r\n <li>Complete Air Handler Cabinet Biocide Disinfection & Wipe Cleaning</li>\r\n <li>Heat Exchanger Wire Brush Cleaning, Blower Fan Power Washing</li>\r\n <li>Air Filter Housing Tracks Repair, Air Filter Sizing & Tight Fitting</li>\r\n <li>Return Air Duct-Work Cleaning (further depicted & explained below)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"font-size: 18pt;\"><strong><span style=\"color: #000080;\">Why Return Air Duct-Work Cleaning?</span></strong></span></h3>\r\nA typical HVAC duct system consists of a supply network of ducts to carry conditioned air from the furnace or A/C unit (air handler) to various parts of a home/building, and a return branch that brings used air back into the air handler to be conditioned again. Unlike supply airflow, which is filtered & conditioned, the air drawn into a return branch is laden with dust, pollen, fibers, bacteria, mold spores, dander, etc., which adhere to the duct walls and severely build-up over time.\r\n\r\nTemperature & humidity changes, vibrations (from walking, stomping, door slamming, etc) often cause debris detachment, which affects air filter\'s performance or integrity, and thus the HVAC unit in various ways.\r\n\r\nCleaning the return air duct-work along with the HVAC unit may boost energy/operational savings (up to 30%), provides a much higher level of pollutants removal and hence enhanced indoor air quality and better yet, it guarantees increased air filtration efficiency as well as equipment lifespan.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Ductworksys.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4><strong><span style=\"font-size: 24pt; color: #000080;\">PRICING</span></strong></h4>\r\nResidential Units (ANY SIZE): <span style=\"font-size: 18pt;\"><strong>$385.00 Each</strong></span>\r\n\r\n<img class=\"aligncenter size-full wp-image-25382\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">Commercial / Industrial Units: Contact Air Tech For Free Estimates!</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong><span style=\"font-size: 18pt;\">(240) 388-0030</span></strong></span></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','HVAC','','inherit','closed','closed','','44-revision-v1','','','2016-07-30 14:45:52','2016-07-30 14:45:52','',44,'http://air-techinternational.com/?p=25474',0,'revision','',0),(25475,1,'2016-07-30 14:47:26','2016-07-30 14:47:26','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Mold Inspection\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nMold, organic fumes or bacteria can play a role as both, result or culprit of a variety of issues. Mold typically occurs when building materials become exposed to a moisture source, or when inadequate ventilation promotes ambient relative humidity build-up. Unattended mold infections are likely to spread, leading eventually to massive building materials -or personal assets- decay and; their infamous overwhelming musty smell.\r\n\r\nMold\'s natural way of spreading has also become a matter of concern involving indoor air quality (IAQ), an area in which there are no established regulatory standards to date. Thus far, only a physician can determine whether such mold or IAQ situation may be related to health complaints, for which very specific screen testing is required.\r\n\r\nBeware that in most cases, if visible mold growth is present and; moisture sources are identified, substrates testing or IAQ sampling may be unnecessary. According to the US EPA, \"In specific instances, such as cases where litigation is involved, the source\'s of the mold contamination are unclear, or health concerns are a problem, you may consider sampling as part of a site evaluation\". Please contact ATI to determine whether your situation may require testing or air sampling. <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong><span style=\"font-size: 18pt; color: #000080;\">Have A Readily Visible Mold Problem That Needs Remediation?</span></strong></h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/VA-mold-license.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThen take advantage of our savvy Mold/IAQ Management services, which provide everything that you need to insure that your home or building\'s mold problem is fixed to code, within time and; budget constrains. When you employ our Mold Remediation & Water Damage Restoration services, all initial inspection and/or consulting fees are applied towards the project, and we can tailor our services to accommodate your specific mold clean-up needs. Learn MoreMold remediation worker.\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">And Because We\'re Licensed To Address </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Whatever The Source, Our Mold Remediation </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Services Are 100% Guaranteed.</span></strong></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mold Inspection','','inherit','closed','closed','','56-revision-v1','','','2016-07-30 14:47:26','2016-07-30 14:47:26','',56,'http://air-techinternational.com/?p=25475',0,'revision','',0),(25476,1,'2016-07-30 14:47:36','2016-07-30 14:47:36','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Mold Inspection\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nMold, organic fumes or bacteria can play a role as both, result or culprit of a variety of issues. Mold typically occurs when building materials become exposed to a moisture source, or when inadequate ventilation promotes ambient relative humidity build-up. Unattended mold infections are likely to spread, leading eventually to massive building materials -or personal assets- decay and; their infamous overwhelming musty smell.\r\n\r\nMold\'s natural way of spreading has also become a matter of concern involving indoor air quality (IAQ), an area in which there are no established regulatory standards to date. Thus far, only a physician can determine whether such mold or IAQ situation may be related to health complaints, for which very specific screen testing is required.\r\n\r\nBeware that in most cases, if visible mold growth is present and; moisture sources are identified, substrates testing or IAQ sampling may be unnecessary. According to the US EPA, \"In specific instances, such as cases where litigation is involved, the source\'s of the mold contamination are unclear, or health concerns are a problem, you may consider sampling as part of a site evaluation\". Please contact ATI to determine whether your situation may require testing or air sampling. <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong><span style=\"font-size: 18pt; color: #000080;\">Have A Readily Visible Mold Problem That Needs Remediation?</span></strong></h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/VA-mold-license.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThen take advantage of our savvy Mold/IAQ Management services, which provide everything that you need to insure that your home or building\'s mold problem is fixed to code, within time and; budget constrains. When you employ our Mold Remediation & Water Damage Restoration services, all initial inspection and/or consulting fees are applied towards the project, and we can tailor our services to accommodate your specific mold clean-up needs. Learn MoreMold remediation worker.\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">And Because We\'re Licensed To Address </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Whatever The Source, Our Mold Remediation </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Services Are 100% Guaranteed.</span></strong></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Mold Inspection','','inherit','closed','closed','','56-autosave-v1','','','2016-07-30 14:47:36','2016-07-30 14:47:36','',56,'http://air-techinternational.com/?p=25476',0,'revision','',0),(25477,1,'2016-07-30 14:48:28','2016-07-30 14:48:28','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\"] [et_pb_slide heading=\"Plasma Disinfection\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nFor one searching for means to eradicate unwanted mold, bacteria, viruses or VOCs from homes or buildings, <strong>Plasma</strong> may sound complicated, yet is a <strong>relatively simple and quite safe microbial sterilization</strong> technique that is utilized in a variety of applications for its low operating costs and non-polluting capabilities. Though plasma is an electrical term, it is considered the fourth state of matter by many leading physicists, and is generally described as a gaseous form of energy.\r\n\r\n \r\n<h2><strong><span style=\"color: #000080; line-height: 1.5;\">How It Works With Air?</span></strong></h2>\r\nWhen a modulated electric field is applied to a pair of electrodes, a plasma is formed, which makes the Oxygen molecules of the air passing near the electrodes break down into reactive oxygen species (ROS). Organic substrates such as bacteria, viruses and mold spores that become exposed to these ROS are destroyed or rendered harmless on contact, and the same reaction convert the ROS back into oxygen. In fact, any amount of air that is exposed to the ROS becomes substrates-free.\r\n\r\n \r\n<h3><span style=\"font-size: 18pt;\"><strong><span style=\"color: #000080; line-height: 1.5;\">Plasma Technologies & Applications - Technical Information Sources</span></strong></span></h3>\r\n<ul style=\"list-style-type: square;\">\r\n <li>DOE & US Air Force: <a href=\"http://www.eurekalert.org/pub_releases/1996-06/LANL-PTFC-100696.php\">Cold Plasma Decontamination Research At Los Alamos</a></li>\r\n <li>American Physical Society: <a href=\"http://www.aps.org/meet/DPP00/baps/abs/S1460.html\">Killing Airborne & Surface Microorganisms With Cold Plasma</a></li>\r\n <li>South West Research Institute: <a href=\"http://www.swri.org/3pubs/ttoday/spring96/ttoday2.htm\">$2M Plasma Technology & Applications Research</a></li>\r\n <li>Discharge Plasma: <a href=\"http://flux.aps.org/meetings/BAPSDPP96/abs/G550031.html\">Sterilization of Materials with a One Atmosphere Discharge Plasma</a></li>\r\n</ul>\r\n<strong>Disclaimer:</strong> In compliance with Federal Trade Commission (FTC) rules, Air Tech does not make individual statements (claims), entertain scientific, professional or personal opinions regarding these technologies, or their current or future applications. The following material is of general public access and is hereby provided for references only.\r\n\r\n \r\n<h4><strong><span style=\"font-size: 18pt; color: #000080; line-height: 1.5;\">Plasma-Generated Ozonolysis Testing Results</span></strong></h4>\r\n\"There is a possibility of 53 chemical substances, which are emitted from dry-cleaning clothing. Fully 2/3 of these chemicals are controlled and regulated by OSHA in industrial settings. These chemicals may be broken into eight groups, all but one of which react with a cold plasma ROS to form harmless compounds:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Organic acids, Alcohols, Aldehydes, and keytones: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Aromatic Compounds such as benzene and camphor: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Aliphatic Compounds such as butane and mineral spirits: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Chlorides such as Methylene chloride: Forms carbon dioxide, water vapor, CL2O, and releases oxygen after an intermediate Hypochlorite state</li>\r\n <li>Nitrogen Compounds such as Hydrogen Cyanide: Forms carbon dioxide, water vapor and releases nitrogen and oxygen</li>\r\n <li>Sulphur Compounds such as Ammonium Thiglycolate: Forms carbon dioxide, water vapor sulfur trioxide, and releases oxygen (and occasionally nitrogen)</li>\r\n <li>Other Alkylated Silicates and non Ionic detergents: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Non reactive compounds such as calcium oxide, silica titanium oxides, etc.: No reaction.</li>\r\n</ul>\r\nWhile these chemicals are not inclusive of all the chemicals found in the home and work place, they are representative of the families of chemicals that do exist there. In addition, other tests have shown that common household bacteria, mold, mildew, and fungus are greatly reduced in typical household environments. Specifically, E-Coli, Salmonella Choleraesuis, Staphylococcus Aureua, Candida Albicans, and Aspergillus Niger have been shown to have dramatic reductions in population in independent laboratory tests.\"\r\n\r\n \r\n\r\n<span style=\"font-size: 18pt; line-height: 1.5;\">Plasma & Food-borne Pathogens: New Sterilization Technique For Medical & Food Industrial Processes. Original Source: American Society for Microbiology.</span>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"98th General Meeting of the American Society for Microbiology</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">May 17-21, 1998, Atlanta, Georgia</span></p>\r\n<em>For more information on any presentation at the 98th General Meeting contact Jim Sliwa, Public Communications at jsliwa@asmusa.org.</em>\r\n\r\nReference #: 423/974-0286 - Paper P-101, Session 257-P\r\n\r\nWhile Americans enjoy a food supply that is among the safest in the world, food producers are continuously searching for new, state-of-the-art technologies that further improve food safety and quality. Food safety is a major concern of every sector of the food industry, with recent attention being focused on the meat and poultry industry. Current methods in reduction of microorganisms associated with food may pose problems with regard to residual food changes, the presence of resistant organisms, questions of cost and the necessity for elaborate facilities.\r\n\r\nTo answer the need of new methods in sterilization and pasteurization, a collaborative group of researchers at the University of Tennessee, Knoxville have developed the technology of room temperature sterilization using a one atmosphere uniform glow discharge plasma. An exploratory research program involves the Department of Electrical Engineering, Department of Microbiology, Textiles and Nonwovens Development Center, and Department of Food Science and Technology.\r\n\r\nThis proprietary University of Tennessee plasma process greatly reduces or eliminates high temperatures, toxic compounds, or harmful high-energy radiation associated with standard sterilization processes. In experiments performed thus far, atmospheric plasma is a very safe, gentle and rapid method (seconds) to reduce microbial loads on porous and non-porous surfaces. The sterilization process can be carried out at room temperature and complete killing was observed in conventional sterilization bags in less than one minute of exposure.\r\n\r\nProcess applications are currently being investigated is for use as a mechanism of pasteurizing foods and controlling foodborne pathogens such as E. coli O157:H7, Listeria monocytogenes, Campylobacter jejuni, and various Salmonella species. Experimental data indicate that thousands to millions of E. coli O157:H7 cells were killed in as little at 5 to 15 seconds of plasma when the cells were applied to the surface of the test material such as polypropylene. When the E. coli O157:H7 cells were embedded in a gel matrix, the exposure time was extended to 2 minutes or less. Such short exposure times may have little effect in the physical and organoleptic properties of food such as taste and texture but greatly reduce the bioburden present in foods.\r\n\r\nThis study was extended to include other microorganisms to demonstrate the efficacy of this method as a general sterilization procedure. Bacteria, bacterial spores, fungi and viruses on non-porous and porous surfaces that were exposed to the process. Microorganisms at levels of 10,000 to 10,000,000 were routinely killed in seconds to minutes even when the samples were placed in conventional medical sterilization bags.\r\n\r\nThis technology has the potential for development of more efficient and safer means of reducing the bioburden in foods and sterilization for industrial and medical industries. Another important area of our research currently being funded by the Air Force is a plasma process to decontaminate military equipment exposed to various biological and chemical warfare agents. This developing plasma reactor will be portable and capable of decontaminating a number of interior and exterior surfaces of planes, tanks, etc. and personal military equipment.\"\r\n\r\n<strong><span style=\"font-size: 18pt; line-height: 1.5;\">Selected Publications:</span></strong>\r\n<ul style=\"list-style-type: disc;\">\r\n <li>Dorai, R., K. Hassouni, and M. J. Kushner. Interaction between soot particles and NOx during dielectric barrier discharge plasma remediation of simulated diesel exhaust. Journal of Applied Physics 88:6060 (2000).</li>\r\n <li>Hwang, H. H., E. R. Keiter, and M. J. Kushner. Consequences of 3-dimensional physical and electromagnetic structures on dust particle trapping in high plasma density materials processing discharges. Journal of Vacuum Science and Technology A 16:2454 (1998).</li>\r\n <li>Kinder, R. L. and M. J. Kushner. Wave propagation and power deposition in magnetically enhanced inductively coupled and helican plasma sources. Journal of Vacuum Science A19:76 (2001).</li>\r\n <li>Zhang, D. and M. J. Kushner. A surface kinetics and plasma equipment model for Si etching by fluorocarbon plasmas. Journal of Applied Physics 87:1060 (2000).</li>\r\n <li>National Air Pollutant Emissions Estimates, 1900-1991, U.S. Environmental Protection Agency Publication No. EPA-454/R-92-013, October 1992.</li>\r\n <li>M.G. Grothaus, E.R. Fanick, D. Bannon, B.B. Bykowski, M. Grimes, \"Pulsed Corona Reactor for Efficient Destruction of Hazardous Gases,\" Southwest Research Institute Internal Research and Development Program, Project No. 10-9857.\"</li>\r\n <li>4. P. Burggraaf, \"Process Exhaust Treatment\" Semiconductor International, April 1993, pp. 44-47.</li>\r\n <li>\"Nonthermal Plasma Techniques for Pollution Control, Parts A & B\"; edited by B. Penetrante and S. Schultheis, NATO ASI Series G: Ecological Sciences, Vol. 34, Parts A and B, Springer-Verlag, Heidelberg, 1993.</li>\r\n <li>G. Wakalopulos, \"Electron Beam Array for Surface Treatment\"; May 9, 1995.</li>\r\n <li>M.G. Grothaus, R.K. Hutcherson, R.A. Korzekwa, R. Brown, M.W. Ingram, R. Roush, S. Beck, M. George, R. Pearce, and R. Ridgeway, \"Gaseous Effluent Treatment Using a Pulsed Corona Discharge\" Proceedings, 10th Institute of Electrical and Electronics Engineers Conference on Pulsed Power, Albuquerque, New Mexico, July 10-13, 1995.</li>\r\n <li>E.R. Fanick and B.B. Bykowski, \"Simultaneous Reduction of Diesel Particulate and NOx Using a Plasma\"; presented at the Society of Automotive Engineers Fuels and Lubricants Meeting and Exposition, Baltimore, Maryland, October 17-20, 1994</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plasma Disinfection','','inherit','closed','closed','','57-revision-v1','','','2016-07-30 14:48:28','2016-07-30 14:48:28','',57,'http://air-techinternational.com/?p=25477',0,'revision','',0); INSERT INTO `wp_posts` VALUES (25478,1,'2016-07-30 14:49:10','2016-07-30 14:49:10','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Plasma Disinfection\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nFor one searching for means to eradicate unwanted mold, bacteria, viruses or VOCs from homes or buildings, <strong>Plasma</strong> may sound complicated, yet is a <strong>relatively simple and quite safe microbial sterilization</strong> technique that is utilized in a variety of applications for its low operating costs and non-polluting capabilities. Though plasma is an electrical term, it is considered the fourth state of matter by many leading physicists, and is generally described as a gaseous form of energy.\r\n\r\n \r\n<h2><strong><span style=\"color: #000080; line-height: 1.5;\">How It Works With Air?</span></strong></h2>\r\nWhen a modulated electric field is applied to a pair of electrodes, a plasma is formed, which makes the Oxygen molecules of the air passing near the electrodes break down into reactive oxygen species (ROS). Organic substrates such as bacteria, viruses and mold spores that become exposed to these ROS are destroyed or rendered harmless on contact, and the same reaction convert the ROS back into oxygen. In fact, any amount of air that is exposed to the ROS becomes substrates-free.\r\n\r\n \r\n<h3><span style=\"font-size: 18pt;\"><strong><span style=\"color: #000080; line-height: 1.5;\">Plasma Technologies & Applications - Technical Information Sources</span></strong></span></h3>\r\n<ul style=\"list-style-type: square;\">\r\n <li>DOE & US Air Force: <a href=\"http://www.eurekalert.org/pub_releases/1996-06/LANL-PTFC-100696.php\">Cold Plasma Decontamination Research At Los Alamos</a></li>\r\n <li>American Physical Society: <a href=\"http://www.aps.org/meet/DPP00/baps/abs/S1460.html\">Killing Airborne & Surface Microorganisms With Cold Plasma</a></li>\r\n <li>South West Research Institute: <a href=\"http://www.swri.org/3pubs/ttoday/spring96/ttoday2.htm\">$2M Plasma Technology & Applications Research</a></li>\r\n <li>Discharge Plasma: <a href=\"http://flux.aps.org/meetings/BAPSDPP96/abs/G550031.html\">Sterilization of Materials with a One Atmosphere Discharge Plasma</a></li>\r\n</ul>\r\n<strong>Disclaimer:</strong> In compliance with Federal Trade Commission (FTC) rules, Air Tech does not make individual statements (claims), entertain scientific, professional or personal opinions regarding these technologies, or their current or future applications. The following material is of general public access and is hereby provided for references only.\r\n\r\n \r\n<h4><strong><span style=\"font-size: 18pt; color: #000080; line-height: 1.5;\">Plasma-Generated Ozonolysis Testing Results</span></strong></h4>\r\n\"There is a possibility of 53 chemical substances, which are emitted from dry-cleaning clothing. Fully 2/3 of these chemicals are controlled and regulated by OSHA in industrial settings. These chemicals may be broken into eight groups, all but one of which react with a cold plasma ROS to form harmless compounds:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Organic acids, Alcohols, Aldehydes, and keytones: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Aromatic Compounds such as benzene and camphor: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Aliphatic Compounds such as butane and mineral spirits: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Chlorides such as Methylene chloride: Forms carbon dioxide, water vapor, CL2O, and releases oxygen after an intermediate Hypochlorite state</li>\r\n <li>Nitrogen Compounds such as Hydrogen Cyanide: Forms carbon dioxide, water vapor and releases nitrogen and oxygen</li>\r\n <li>Sulphur Compounds such as Ammonium Thiglycolate: Forms carbon dioxide, water vapor sulfur trioxide, and releases oxygen (and occasionally nitrogen)</li>\r\n <li>Other Alkylated Silicates and non Ionic detergents: Forms carbon dioxide, water vapor and releases oxygen</li>\r\n <li>Non reactive compounds such as calcium oxide, silica titanium oxides, etc.: No reaction.</li>\r\n</ul>\r\nWhile these chemicals are not inclusive of all the chemicals found in the home and work place, they are representative of the families of chemicals that do exist there. In addition, other tests have shown that common household bacteria, mold, mildew, and fungus are greatly reduced in typical household environments. Specifically, E-Coli, Salmonella Choleraesuis, Staphylococcus Aureua, Candida Albicans, and Aspergillus Niger have been shown to have dramatic reductions in population in independent laboratory tests.\"\r\n\r\n \r\n\r\n<span style=\"font-size: 18pt; line-height: 1.5;\">Plasma & Food-borne Pathogens: New Sterilization Technique For Medical & Food Industrial Processes. Original Source: American Society for Microbiology.</span>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"98th General Meeting of the American Society for Microbiology</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">May 17-21, 1998, Atlanta, Georgia</span></p>\r\n<em>For more information on any presentation at the 98th General Meeting contact Jim Sliwa, Public Communications at jsliwa@asmusa.org.</em>\r\n\r\nReference #: 423/974-0286 - Paper P-101, Session 257-P\r\n\r\nWhile Americans enjoy a food supply that is among the safest in the world, food producers are continuously searching for new, state-of-the-art technologies that further improve food safety and quality. Food safety is a major concern of every sector of the food industry, with recent attention being focused on the meat and poultry industry. Current methods in reduction of microorganisms associated with food may pose problems with regard to residual food changes, the presence of resistant organisms, questions of cost and the necessity for elaborate facilities.\r\n\r\nTo answer the need of new methods in sterilization and pasteurization, a collaborative group of researchers at the University of Tennessee, Knoxville have developed the technology of room temperature sterilization using a one atmosphere uniform glow discharge plasma. An exploratory research program involves the Department of Electrical Engineering, Department of Microbiology, Textiles and Nonwovens Development Center, and Department of Food Science and Technology.\r\n\r\nThis proprietary University of Tennessee plasma process greatly reduces or eliminates high temperatures, toxic compounds, or harmful high-energy radiation associated with standard sterilization processes. In experiments performed thus far, atmospheric plasma is a very safe, gentle and rapid method (seconds) to reduce microbial loads on porous and non-porous surfaces. The sterilization process can be carried out at room temperature and complete killing was observed in conventional sterilization bags in less than one minute of exposure.\r\n\r\nProcess applications are currently being investigated is for use as a mechanism of pasteurizing foods and controlling foodborne pathogens such as E. coli O157:H7, Listeria monocytogenes, Campylobacter jejuni, and various Salmonella species. Experimental data indicate that thousands to millions of E. coli O157:H7 cells were killed in as little at 5 to 15 seconds of plasma when the cells were applied to the surface of the test material such as polypropylene. When the E. coli O157:H7 cells were embedded in a gel matrix, the exposure time was extended to 2 minutes or less. Such short exposure times may have little effect in the physical and organoleptic properties of food such as taste and texture but greatly reduce the bioburden present in foods.\r\n\r\nThis study was extended to include other microorganisms to demonstrate the efficacy of this method as a general sterilization procedure. Bacteria, bacterial spores, fungi and viruses on non-porous and porous surfaces that were exposed to the process. Microorganisms at levels of 10,000 to 10,000,000 were routinely killed in seconds to minutes even when the samples were placed in conventional medical sterilization bags.\r\n\r\nThis technology has the potential for development of more efficient and safer means of reducing the bioburden in foods and sterilization for industrial and medical industries. Another important area of our research currently being funded by the Air Force is a plasma process to decontaminate military equipment exposed to various biological and chemical warfare agents. This developing plasma reactor will be portable and capable of decontaminating a number of interior and exterior surfaces of planes, tanks, etc. and personal military equipment.\"\r\n\r\n<strong><span style=\"font-size: 18pt; line-height: 1.5;\">Selected Publications:</span></strong>\r\n<ul style=\"list-style-type: disc;\">\r\n <li>Dorai, R., K. Hassouni, and M. J. Kushner. Interaction between soot particles and NOx during dielectric barrier discharge plasma remediation of simulated diesel exhaust. Journal of Applied Physics 88:6060 (2000).</li>\r\n <li>Hwang, H. H., E. R. Keiter, and M. J. Kushner. Consequences of 3-dimensional physical and electromagnetic structures on dust particle trapping in high plasma density materials processing discharges. Journal of Vacuum Science and Technology A 16:2454 (1998).</li>\r\n <li>Kinder, R. L. and M. J. Kushner. Wave propagation and power deposition in magnetically enhanced inductively coupled and helican plasma sources. Journal of Vacuum Science A19:76 (2001).</li>\r\n <li>Zhang, D. and M. J. Kushner. A surface kinetics and plasma equipment model for Si etching by fluorocarbon plasmas. Journal of Applied Physics 87:1060 (2000).</li>\r\n <li>National Air Pollutant Emissions Estimates, 1900-1991, U.S. Environmental Protection Agency Publication No. EPA-454/R-92-013, October 1992.</li>\r\n <li>M.G. Grothaus, E.R. Fanick, D. Bannon, B.B. Bykowski, M. Grimes, \"Pulsed Corona Reactor for Efficient Destruction of Hazardous Gases,\" Southwest Research Institute Internal Research and Development Program, Project No. 10-9857.\"</li>\r\n <li>4. P. Burggraaf, \"Process Exhaust Treatment\" Semiconductor International, April 1993, pp. 44-47.</li>\r\n <li>\"Nonthermal Plasma Techniques for Pollution Control, Parts A & B\"; edited by B. Penetrante and S. Schultheis, NATO ASI Series G: Ecological Sciences, Vol. 34, Parts A and B, Springer-Verlag, Heidelberg, 1993.</li>\r\n <li>G. Wakalopulos, \"Electron Beam Array for Surface Treatment\"; May 9, 1995.</li>\r\n <li>M.G. Grothaus, R.K. Hutcherson, R.A. Korzekwa, R. Brown, M.W. Ingram, R. Roush, S. Beck, M. George, R. Pearce, and R. Ridgeway, \"Gaseous Effluent Treatment Using a Pulsed Corona Discharge\" Proceedings, 10th Institute of Electrical and Electronics Engineers Conference on Pulsed Power, Albuquerque, New Mexico, July 10-13, 1995.</li>\r\n <li>E.R. Fanick and B.B. Bykowski, \"Simultaneous Reduction of Diesel Particulate and NOx Using a Plasma\"; presented at the Society of Automotive Engineers Fuels and Lubricants Meeting and Exposition, Baltimore, Maryland, October 17-20, 1994</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plasma Disinfection','','inherit','closed','closed','','57-revision-v1','','','2016-07-30 14:49:10','2016-07-30 14:49:10','',57,'http://air-techinternational.com/?p=25478',0,'revision','',0),(25479,1,'2016-07-30 14:50:39','2016-07-30 14:50:39','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Water Damage Restoration\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAll indoor mold growth situations should be resolved, and quickly. It is well known that besides degrading building materials, certain species of fungi may produce mycotoxins that are among the most toxic chemicals known to man. Thus, it is possible that by the time mold growth is discovered indoors, mycotoxin levels may have already build-up.Dissicant heat delivery system for toxic mold remediation, water damage control and basement flood cleaning\r\n\r\nAir Tech\'s approach to mold remediation utilizing medical industry containment techniques and novel microbial deactivation formulas enhance Federal safety guidelines and expedite remedial work. Our equipment can be deployed in just minutes to provide Pressure Barriers, and deliver a variety of mitigation agents (i.e. atomized peroxide formulas), boost dehumidification, air scrubbing & more.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\n<span style=\"font-size: 18pt;\">15 Minutes, Environment Under Control - Now Let\'s Deactivate The Mold</span>\r\n\r\nSandia National Laboratories has brought Decon technology to the commercial market, representing a major advance in combating mold and other contaminants. Originally developed for the U.S. Government, Decon formulations safely deactivate toxic fungi, bacterium and its by-products, Trichothecene Mycotoxins within 30 minutes, and dwelling time is 24 hours at most.\r\n\r\n<span style=\"font-size: 18pt;\">Mold Is Gone - Let\'s Cleanup The Mess & While At It, Fix The Source</span>\r\n\r\nWhile our expert cleanup team finish up the project, remediation takes its place. This means resolving whatever CAUSED or CONTRIBUTED to the situation, which most \"mold remediation\" companies don\'t do at all (including ServiceMaster & Servpro). Since the project\'s long term success depends on it, we\'ll diagnose the source free of charge. Better yet, even though we\'re licensed to take care of it, will provide you a competitive bid, and the chance to shop around. Fair is fair & best of all: Mold is gone!\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/PPI.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"font-size: 24pt;\">What Is The Guarantee?</span></h3>\r\nSimply put, 100%. Air Tech guarantees that any given site and/or area thereof that is treated under our exclusive mold risk management program will be:\r\n\r\nMold sampling after mold remediation and cleaning, water damage cleanup, basement waterproofing or restoration is completed\r\n\r\n(1) Free of active (VIAL) mycotoxin mold, bacterium and/or chemical by-products (mycotoxins),\r\n(2) Free of gross filth, water-damaged items or substrates, heavy soil, free of foul or musty odors,\r\n(3) At half or less colony forming units (CFU) counts compared to outdoor mold readings*,\r\n(4) Will successfully pass Third Party Clearance Testing within 48 hours of treatment, and;\r\n(5) Improved conditions will remain like so as long as whatever caused the problem is fixed to code.\r\n\r\n* Mold spores are a part of the natural environment at all times, thus impossible to eradicate.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"font-size: 24pt;\">Budget Rules - How Much?</span></h3>\r\nBottom line: Compared to traditional mold mitigation methods, biosafety Makes Sense. Starting at $1.85 P/ Square Foot, an entire home or building and all contents within can become microbe-safe overnight, converting any mold/IAQ situation into a harmless cleanup & maintenance project, which may be Up to 60% Less Expensive. And sure enough, the fact that we\'re properly licensed for the job does not mean that you have to pay more to get rid of infamous toxic black mold.\r\n\r\n<span style=\"font-size: 14pt;\">So-Please, Shop Around First, and then give Air Tech a call. <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/VA-mold-license.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Biosafety As A Profession</h3>\r\nThe concept of Biological Safety (or biosafety) has paralleled the development of the science of microbiology. Applied biosafety is the knowledge and skill necessary to identify, isolate and/or manipulate pathogenic microorganisms. Biosafety professionals master the principles of epidemiology, disease transmission patterns, risk management, disinfection and sterilization, aerobiology and environmental control systems engineering to reduce or eliminate the potential for adverse environmental impact from infectious agents or biologically-derived materials.\r\n\r\n<img class=\"alignleft size-full wp-image-25370\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ABSA_Logo.gif\" alt=\"ABSA_Logo\" width=\"118\" height=\"118\" />The American Biological Safety Association (ABSA) is a recognized applied biosafety institution that works in alliance with OSHA. ABSA focuses primarily on biological safety in the workplace, emerging biological safety issues, and methods to address those issues. Air Tech is a proud member of ABSA.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Water Damage Restoration','','inherit','closed','closed','','52-revision-v1','','','2016-07-30 14:50:39','2016-07-30 14:50:39','',52,'http://air-techinternational.com/?p=25479',0,'revision','',0),(25480,1,'2016-07-30 14:51:58','2016-07-30 14:51:58','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_font_size=\"40\"] [et_pb_slide heading=\"Water Damage Restoration\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAll indoor mold growth situations should be resolved, and quickly. It is well known that besides degrading building materials, certain species of fungi may produce mycotoxins that are among the most toxic chemicals known to man. Thus, it is possible that by the time mold growth is discovered indoors, mycotoxin levels may have already build-up.Dissicant heat delivery system for toxic mold remediation, water damage control and basement flood cleaning\r\n\r\nAir Tech\'s approach to mold remediation utilizing medical industry containment techniques and novel microbial deactivation formulas enhance Federal safety guidelines and expedite remedial work. Our equipment can be deployed in just minutes to provide Pressure Barriers, and deliver a variety of mitigation agents (i.e. atomized peroxide formulas), boost dehumidification, air scrubbing & more.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\n<span style=\"font-size: 18pt;\">15 Minutes, Environment Under Control - Now Let\'s Deactivate The Mold</span>\r\n\r\nSandia National Laboratories has brought Decon technology to the commercial market, representing a major advance in combating mold and other contaminants. Originally developed for the U.S. Government, Decon formulations safely deactivate toxic fungi, bacterium and its by-products, Trichothecene Mycotoxins within 30 minutes, and dwelling time is 24 hours at most.\r\n\r\n<span style=\"font-size: 18pt;\">Mold Is Gone - Let\'s Cleanup The Mess & While At It, Fix The Source</span>\r\n\r\nWhile our expert cleanup team finish up the project, remediation takes its place. This means resolving whatever CAUSED or CONTRIBUTED to the situation, which most \"mold remediation\" companies don\'t do at all (including ServiceMaster & Servpro). Since the project\'s long term success depends on it, we\'ll diagnose the source free of charge. Better yet, even though we\'re licensed to take care of it, will provide you a competitive bid, and the chance to shop around. Fair is fair & best of all: Mold is gone!\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/PPI.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"font-size: 24pt;\">What Is The Guarantee?</span></h3>\r\nSimply put, 100%. Air Tech guarantees that any given site and/or area thereof that is treated under our exclusive mold risk management program will be:\r\n\r\nMold sampling after mold remediation and cleaning, water damage cleanup, basement waterproofing or restoration is completed\r\n\r\n(1) Free of active (VIAL) mycotoxin mold, bacterium and/or chemical by-products (mycotoxins),\r\n(2) Free of gross filth, water-damaged items or substrates, heavy soil, free of foul or musty odors,\r\n(3) At half or less colony forming units (CFU) counts compared to outdoor mold readings*,\r\n(4) Will successfully pass Third Party Clearance Testing within 48 hours of treatment, and;\r\n(5) Improved conditions will remain like so as long as whatever caused the problem is fixed to code.\r\n\r\n* Mold spores are a part of the natural environment at all times, thus impossible to eradicate.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"font-size: 24pt;\">Budget Rules - How Much?</span></h3>\r\nBottom line: Compared to traditional mold mitigation methods, biosafety Makes Sense. Starting at $1.85 P/ Square Foot, an entire home or building and all contents within can become microbe-safe overnight, converting any mold/IAQ situation into a harmless cleanup & maintenance project, which may be Up to 60% Less Expensive. And sure enough, the fact that we\'re properly licensed for the job does not mean that you have to pay more to get rid of infamous toxic black mold.\r\n\r\n<span style=\"font-size: 14pt;\">So-Please, Shop Around First, and then give Air Tech a call. <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/VA-mold-license.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Biosafety As A Profession</h3>\r\nThe concept of Biological Safety (or biosafety) has paralleled the development of the science of microbiology. Applied biosafety is the knowledge and skill necessary to identify, isolate and/or manipulate pathogenic microorganisms. Biosafety professionals master the principles of epidemiology, disease transmission patterns, risk management, disinfection and sterilization, aerobiology and environmental control systems engineering to reduce or eliminate the potential for adverse environmental impact from infectious agents or biologically-derived materials.\r\n\r\n<img class=\"alignleft size-full wp-image-25370\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ABSA_Logo.gif\" alt=\"ABSA_Logo\" width=\"118\" height=\"118\" />The American Biological Safety Association (ABSA) is a recognized applied biosafety institution that works in alliance with OSHA. ABSA focuses primarily on biological safety in the workplace, emerging biological safety issues, and methods to address those issues. Air Tech is a proud member of ABSA.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Water Damage Restoration','','inherit','closed','closed','','52-autosave-v1','','','2016-07-30 14:51:58','2016-07-30 14:51:58','',52,'http://air-techinternational.com/?p=25480',0,'revision','',0),(25481,1,'2016-07-30 14:52:26','2016-07-30 14:52:26','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_font_size=\"40\"] [et_pb_slide heading=\"Water Damage Restoration\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAll indoor mold growth situations should be resolved, and quickly. It is well known that besides degrading building materials, certain species of fungi may produce mycotoxins that are among the most toxic chemicals known to man. Thus, it is possible that by the time mold growth is discovered indoors, mycotoxin levels may have already build-up.Dissicant heat delivery system for toxic mold remediation, water damage control and basement flood cleaning\r\n\r\nAir Tech\'s approach to mold remediation utilizing medical industry containment techniques and novel microbial deactivation formulas enhance Federal safety guidelines and expedite remedial work. Our equipment can be deployed in just minutes to provide Pressure Barriers, and deliver a variety of mitigation agents (i.e. atomized peroxide formulas), boost dehumidification, air scrubbing & more.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\n<span style=\"font-size: 18pt;\">15 Minutes, Environment Under Control - Now Let\'s Deactivate The Mold</span>\r\n\r\nSandia National Laboratories has brought Decon technology to the commercial market, representing a major advance in combating mold and other contaminants. Originally developed for the U.S. Government, Decon formulations safely deactivate toxic fungi, bacterium and its by-products, Trichothecene Mycotoxins within 30 minutes, and dwelling time is 24 hours at most.\r\n\r\n<span style=\"font-size: 18pt;\">Mold Is Gone - Let\'s Cleanup The Mess & While At It, Fix The Source</span>\r\n\r\nWhile our expert cleanup team finish up the project, remediation takes its place. This means resolving whatever CAUSED or CONTRIBUTED to the situation, which most \"mold remediation\" companies don\'t do at all (including ServiceMaster & Servpro). Since the project\'s long term success depends on it, we\'ll diagnose the source free of charge. Better yet, even though we\'re licensed to take care of it, will provide you a competitive bid, and the chance to shop around. Fair is fair & best of all: Mold is gone!\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/PPI.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"font-size: 24pt;\">What Is The Guarantee?</span></h3>\r\nSimply put, 100%. Air Tech guarantees that any given site and/or area thereof that is treated under our exclusive mold risk management program will be:\r\n\r\nMold sampling after mold remediation and cleaning, water damage cleanup, basement waterproofing or restoration is completed\r\n\r\n(1) Free of active (VIAL) mycotoxin mold, bacterium and/or chemical by-products (mycotoxins),\r\n(2) Free of gross filth, water-damaged items or substrates, heavy soil, free of foul or musty odors,\r\n(3) At half or less colony forming units (CFU) counts compared to outdoor mold readings*,\r\n(4) Will successfully pass Third Party Clearance Testing within 48 hours of treatment, and;\r\n(5) Improved conditions will remain like so as long as whatever caused the problem is fixed to code.\r\n\r\n* Mold spores are a part of the natural environment at all times, thus impossible to eradicate.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"font-size: 24pt;\">Budget Rules - How Much?</span></h3>\r\nBottom line: Compared to traditional mold mitigation methods, biosafety Makes Sense. Starting at $1.85 P/ Square Foot, an entire home or building and all contents within can become microbe-safe overnight, converting any mold/IAQ situation into a harmless cleanup & maintenance project, which may be Up to 60% Less Expensive. And sure enough, the fact that we\'re properly licensed for the job does not mean that you have to pay more to get rid of infamous toxic black mold.\r\n\r\n<span style=\"font-size: 14pt;\">So-Please, Shop Around First, and then give Air Tech a call. <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/VA-mold-license.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Biosafety As A Profession</h3>\r\nThe concept of Biological Safety (or biosafety) has paralleled the development of the science of microbiology. Applied biosafety is the knowledge and skill necessary to identify, isolate and/or manipulate pathogenic microorganisms. Biosafety professionals master the principles of epidemiology, disease transmission patterns, risk management, disinfection and sterilization, aerobiology and environmental control systems engineering to reduce or eliminate the potential for adverse environmental impact from infectious agents or biologically-derived materials.\r\n\r\n<img class=\"alignleft size-full wp-image-25370\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ABSA_Logo.gif\" alt=\"ABSA_Logo\" width=\"118\" height=\"118\" />The American Biological Safety Association (ABSA) is a recognized applied biosafety institution that works in alliance with OSHA. ABSA focuses primarily on biological safety in the workplace, emerging biological safety issues, and methods to address those issues. Air Tech is a proud member of ABSA.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Water Damage Restoration','','inherit','closed','closed','','52-revision-v1','','','2016-07-30 14:52:26','2016-07-30 14:52:26','',52,'http://air-techinternational.com/?p=25481',0,'revision','',0),(25482,1,'2017-03-12 08:03:25','2017-03-12 08:03:25','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"200px\" bottom_padding=\"200px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Air Duct Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\n\n[caption id=\"attachment_25388\" align=\"alignleft\" width=\"192\"]<img class=\"wp-image-25388 size-full\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/HEPA_Air_Machine.jpg\" alt=\"Air Tech\'s Air Duct cleaning rotary brush system\" width=\"192\" height=\"377\" /> Air Tech\'s Air Duct cleaning rotary brush system[/caption]\n\nAir ducts & HVAC units cleaning is now considered the first step towards indoor air pollution control, provided that is done properly. This means following EPA\'s recommended cleaning techniques and; using the appropriate equipment, which is essential for managing massive contaminant disturbances.\n\nAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\n\nAir Tech also has Duct Video Inspection System. Because we know Seeing Is Believing and we\'re always Ready & Looking Forward to fulfill Consumer\'s Rights. In fact, our exclusive QA/QC program includes Complimentary duct cleaning video proofing since day one.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\n<h3>Residential Air Duct, HVAC Cleaning: Options & Pricing</h3>\nNote: Base pricing set forth below is for 1 HVAC system featuring up to 16 supply air vents and; 3 return air intakes. Have a large home with Over 20 vents And/or 2 or More Separate HVAC Systems? Contact ATI for custom pricing. 240-388-0030\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\">Standard Air Duct Cleaning</span></strong></span>\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\"> Ductwork Only (Limited Service)</span></strong></span>\n\nThis service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.\n\n<strong>Single Family Homes & Townhouses:</strong> $349.00\n<strong>Small (1 Br.) Apartments & Condos:</strong> $299.00\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\">HVAC (Furnace, Air Handler) Unit Cleaning</span></strong>\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\"> NADCA / EPA Compliant Comprehensive Service</span></strong>\n\nIf your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.\n\n<strong>Only $150.00 With Air Duct Cleaning! Excl. Service: $499.00</strong>\n<strong> Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n\n1st Floor Dryer Vent Cleaning: <strong>Just $35.00</strong> With Air Duct Cleaning. Excl. Service: <strong>$109.00</strong>\n\n<span style=\"font-size: 18pt;\">Commercial & Industrial Air Duct Cleaning: Free Estimates</span>\n\n<span style=\"font-size: 18pt;\">Contact Air Tech For Scheduling & More Details. </span>\n\n<span style=\"font-size: 18pt;\"><strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\n\n<img class=\"size-full wp-image-25382 aligncenter\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning','','inherit','closed','closed','','46-autosave-v1','','','2017-03-12 08:03:25','2017-03-12 08:03:25','',46,'http://air-techinternational.com/?p=25482',0,'revision','',0),(25483,1,'2016-07-30 15:02:54','2016-07-30 15:02:54','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Air Duct Cleaning\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<img class=\"alignleft size-full wp-image-25388\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/HEPA_Air_Machine.jpg\" alt=\"HEPA_Air_Machine\" width=\"192\" height=\"377\" />Air ducts & HVAC units cleaning is now considered the first step towards indoor air pollution control, provided that is done properly. This means following EPA\'s recommended cleaning techniques and; using the appropriate equipment, which is essential for managing massive contaminant disturbances.\r\nAir Tech\'s Air Duct cleaning rotary brush systemAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\r\n\r\nAir Duct Video Inspection SystemAnd because Seeing Is Believing, we\'re always Ready & Looking Forward to fulfill Consumer\'s Rights. In fact, our exclusive QA/QC program (itemized below) includes Complimentary duct cleaning video proofing since day one.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Residential Air Duct, HVAC Cleaning: Options & Pricing</h3>\r\nNote: Base pricing set forth below is for 1 HVAC system featuring up to 16 supply air vents and; 3 return air intakes. Have a large home with Over 20 vents And/or 2 or More Separate HVAC Systems? Contact ATI for custom pricing. 240-388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\">Standard Air Duct Cleaning</span></strong></span>\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\"> Ductwork Only (Limited Service)</span></strong></span>\r\n\r\nThis service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.\r\n\r\n<strong>Single Family Homes & Townhouses:</strong> $349.00\r\n<strong>Small (1 Br.) Apartments & Condos:</strong> $289.00\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\">HVAC (Furnace, Air Handler) Unit Cleaning</span></strong>\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\"> NADCA / EPA Compliant Comprehensive Service</span></strong>\r\n\r\nIf your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.\r\n\r\n<strong>Only $150.00 With Air Duct Cleaning! Excl. Service: $499.00</strong>\r\n<strong> Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n1St Floor Dryer Vent Cleaning: <strong>Just $35.00</strong> With Air Duct Cleaning. Excl. Service: <strong>$109.00</strong>\r\n\r\n<span style=\"font-size: 18pt;\">Commercial & Industrial Air Duct Cleaning: Free Estimates</span>\r\n\r\n<span style=\"font-size: 18pt;\">Contact Air Tech For Scheduling & More Details. </span>\r\n\r\n<span style=\"font-size: 18pt;\"><strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n<img class=\"size-full wp-image-25382 aligncenter\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning','','inherit','closed','closed','','46-revision-v1','','','2016-07-30 15:02:54','2016-07-30 15:02:54','',46,'http://air-techinternational.com/?p=25483',0,'revision','',0),(25484,1,'2017-03-12 10:25:18','2017-03-12 10:25:18','<p>[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Dryer Vent Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]Commercial & Residential Dryer Exhaust Vents, Air Duct Cleaning Contractor MD/VA/DC[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]</p><h2>Clogged Dryer Vents - More Than Annoying</h2><p> </p><p><img class=\"alignleft size-full wp-image-25381\" src=\"wp-content/uploads/2016/07/vac1a.gif\" alt=\"Ro-Vac Professional dryer vent cleaning system\" width=\"230\" height=\"250\" />Besides preventing fast drying action, excessive lint build-up or bird nesting in dryer vents may cause the dryer\'s temperature limit safety switch to cycle continuously, resulting in:</p><p>(1) Higher dryer operation costs,</p><p>(2) Clothing damage, or worse;</p><p>(3) Overheating, which could possibly cause a Dryer Fire.</p><p> </p><p> </p><p>Ro-Vac Professional dryer vent cleaning system removes lint and bird nests, cleans small vents and air ducts. Fortunately, this problem has a Fast & Economical Solution. The key to optimal dryer performance is insuring proper exhaust airflow, and our newest Ro-Vac D4 professional dryer vent cleaning system was engineered exclusively for such a task. It features special attachments that grab & pull soft blockages (wet lint, bird nests), and self-maneuvering brush drivers that can reach & thoroughly clean any length or shape dryer duct. No other system (hose brush, compressed-air tool) works nearly as good ...if at all !!</p><p> </p><p><span style=\"font-size: 16pt; line-height: 1.5;\">We\'re committed to deliver the highest quality services that you seek, for which invest in specialty tools that insure a job well done. So-please, save your receipt. With our newest D4, we Guarantee dryer vent cleaning at least 3 months.</span></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]</p><h2><span style=\"color: #000080;\">Pricing</span></h2><p><strong>Basement, 1St. Floor Dryer Vent Cleaning:</strong> $109.00</p><p><strong>2nd. floor wall-mounted dryer vents (Up to 20 Ft. high):</strong> $149.00</p><p><strong>3Rd. floor, roof-mounted vents (Over 20 Ft. High)</strong>: Call For Pricing</p><p><img class=\"alignleft size-full wp-image-25382\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" /></p><p><span style=\"font-size: 14pt; line-height: 1.5;\"><span style=\"color: #ff0000;\"><strong>Service Coverage Area:</strong></span> Takoma Park, Silver Spring, Hyattsville</span></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]</p><h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Stop Birds & Other Pests From Nesting In Your Dryer Vent!</span></strong></span></h3><p>[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"19px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]</p><p><img class=\"alignleft size-full wp-image-25383\" src=\"wp-content/uploads/2016/07/birdguard.gif\" alt=\"birdguard\" width=\"177\" height=\"173\" />Universal bird screen fits over all standard dryer and bathroom vent end tips for positive protection against birds, rodents and other pests. <span style=\"color: #000080;\"><strong>Just $55.00,</strong></span> Installed! With dryer vent cleaning.</p><p>Special Note - Because dryer\'s exhaust airflow is more important than heat in the drying process, the use of proper dryer venting materials as well as adequate installation not only validate our exclusive 3-Month cleaning service warranty, but also helps achieving maximum dryer performance, resulting in lower electric/gas usage over time.</p><p> </p><p><strong><span style=\"font-size: 18pt; line-height: 1.5;\">In order to achieve these savings:</span></strong></p><ul style=\"list-style-type: square;\"><li>Your dryer vent should be independent from all other exhaust systems and vented outdoors</li><li>Dryer ducts must be at least 4\" in diameter and/or as large as the dryer\'s outlet</li><li>Only flexible metal connectors should be used between the dryer machine and the exhaust duct</li><li>Duct-work joints should be secured with metal tape only, never screws or rivets</li><li>Joints should be installed so the pipe connections point in the direction of the airflow</li><li>Structurally concealed dryer vent ducts must be rigid metal (galvanized or aluminum)</li><li>Outside end tip should not be obstructed or concealed (i.e. under decking or siding material)</li><li>Outside dryer vent tip should be equipped with a back-draft damper, and a 1\" rodent/bird screen</li></ul><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Dryer Vent Cleaning','','inherit','closed','closed','','47-autosave-v1','','','2017-03-12 10:25:18','2017-03-12 10:25:18','',47,'http://air-techinternational.com/?p=25484',0,'revision','',0),(25485,1,'2016-07-30 15:04:40','2016-07-30 15:04:40','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Dryer Vent Cleaning\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]Commercial & Residential Dryer Exhaust Vents, Air Duct Cleaning Contractor MD/VA/DC[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>Clogged Dryer Vents - More Than Annoying</h2>\r\n<img class=\"alignleft size-full wp-image-25381\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\" alt=\"vac1a\" width=\"230\" height=\"250\" />Besides preventing fast drying action, excessive lint build-up or bird nesting in dryer vents may cause the dryer\'s temperature limit safety switch to cycle continuously, resulting in (1) Higher dryer operation costs, (2) Clothing damage, or worse; (3) Overheating, which could possibly cause a Dryer Fire.\r\n\r\nRo-Vac Professional dryer vent cleaning system. Removes lint and bird nests, cleans small vents and air ducts.Fortunately, this problem has a Fast & Economical Solution. The key to optimal dryer performance is insuring proper exhaust airflow, and our newest Ro-Vac D4 professional dryer vent cleaning system was engineered exclusively for such a task. It features special attachments that grab & pull soft blockages (wet lint, bird nests), and self-maneuvering brush drivers that can reach & thoroughly clean any length or shape dryer duct. No other system (hose brush, compressed-air tool) works nearly as good ...if at all !!\r\n\r\n<span style=\"font-size: 16pt; line-height: 1.5;\">We\'re committed to deliver the highest quality services that you seek, for which invest in specialty tools that insure a job well done. So-please, save your receipt. With our newest D4, we Guarantee dryer vent cleaning at least 3 months.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2><span style=\"color: #000080;\">Pricing</span></h2>\r\n<strong>Basement, 1St. Floor Dryer Vent Cleaning:</strong> $109.00\r\n\r\n<strong>2nd. floor wall-mounted dryer vents (Up to 20 Ft. high):</strong> $149.00\r\n\r\n<strong>3Rd. floor, roof-mounted vents (Over 20 Ft. High)</strong>: Call For Pricing\r\n\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-25382\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n \r\n\r\n \r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\"><span style=\"color: #ff0000;\"><strong>Service Coverage Area:</strong></span> Washington DC, Montgomery, Howard, PG, Arlington, Fairfax, P. William & Loudon County. Special Reminder: Check our HVAC Cleaning Service!</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Stop Birds & Other Pests From Nesting In Your Dryer Vent!</span></strong></span></h3>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<img class=\"alignleft size-full wp-image-25383\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/birdguard.gif\" alt=\"birdguard\" width=\"177\" height=\"173\" />Universal bird screen fits over all standard dryer and bathroom vent end tips for positive protection against birds, rodents and other pests. <span style=\"color: #000080;\"><strong>Just $55.00,</strong></span> Installed! With dryer vent cleaning.\r\n\r\nSpecial Note - Because dryer\'s exhaust airflow is more important than heat in the drying process, the use of proper dryer venting materials as well as adequate installation not only validate our exclusive 3-Month cleaning service warranty, but also helps achieving maximum dryer performance, resulting in lower electric/gas usage over time.\r\n\r\n \r\n\r\n<strong><span style=\"font-size: 18pt; line-height: 1.5;\">In order to achieve these savings,</span></strong>\r\n<ul style=\"list-style-type: square;\">\r\n <li>Your dryer vent should be independent from all other exhaust systems and vented outdoors</li>\r\n <li>Dryer ducts must be at least 4\" in diameter and/or as large as the dryer\'s outlet</li>\r\n <li>Only flexible metal connectors should be used between the dryer machine and the exhaust duct</li>\r\n <li>Duct-work joints should be secured with metal tape only, never screws or rivets</li>\r\n <li>Joints should be installed so the pipe connections point in the direction of the airflow</li>\r\n <li>Structurally concealed dryer vent ducts must be rigid metal (galvanized or aluminum)</li>\r\n <li>Outside end tip should not be obstructed or concealed (i.e. under decking or siding material)</li>\r\n <li>Outside dryer vent tip should be equipped with a back-draft damper, and a 1\" rodent/bird screen</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Dryer Vent Cleaning','','inherit','closed','closed','','47-revision-v1','','','2016-07-30 15:04:40','2016-07-30 15:04:40','',47,'http://air-techinternational.com/?p=25485',0,'revision','',0),(25486,1,'2016-07-30 15:06:08','2016-07-30 15:06:08','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Dryer Vent Cleaning\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\"]Commercial & Residential Dryer Exhaust Vents, Air Duct Cleaning Contractor MD/VA/DC[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>Clogged Dryer Vents - More Than Annoying</h2>\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-25381\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\" alt=\"vac1a\" width=\"230\" height=\"250\" />Besides preventing fast drying action, excessive lint build-up or bird nesting in dryer vents may cause the dryer\'s temperature limit safety switch to cycle continuously, resulting in (1) Higher dryer operation costs, (2) Clothing damage, or worse; (3) Overheating, which could possibly cause a Dryer Fire.\r\n\r\nRo-Vac Professional dryer vent cleaning system. Removes lint and bird nests, cleans small vents and air ducts.Fortunately, this problem has a Fast & Economical Solution. The key to optimal dryer performance is insuring proper exhaust airflow, and our newest Ro-Vac D4 professional dryer vent cleaning system was engineered exclusively for such a task. It features special attachments that grab & pull soft blockages (wet lint, bird nests), and self-maneuvering brush drivers that can reach & thoroughly clean any length or shape dryer duct. No other system (hose brush, compressed-air tool) works nearly as good ...if at all !!\r\n\r\n \r\n\r\n<span style=\"font-size: 16pt; line-height: 1.5;\">We\'re committed to deliver the highest quality services that you seek, for which invest in specialty tools that insure a job well done. So-please, save your receipt. With our newest D4, we Guarantee dryer vent cleaning at least 3 months.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2><span style=\"color: #000080;\">Pricing</span></h2>\r\n \r\n\r\n<strong>Basement, 1St. Floor Dryer Vent Cleaning:</strong> $109.00\r\n\r\n<strong>2nd. floor wall-mounted dryer vents (Up to 20 Ft. high):</strong> $149.00\r\n\r\n<strong>3Rd. floor, roof-mounted vents (Over 20 Ft. High)</strong>: Call For Pricing\r\n\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-25382\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n \r\n\r\n \r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\"><span style=\"color: #ff0000;\"><strong>Service Coverage Area:</strong></span> Washington DC, Montgomery, Howard, PG, Arlington, Fairfax, P. William & Loudon County. Special Reminder: Check our HVAC Cleaning Service!</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Stop Birds & Other Pests From Nesting In Your Dryer Vent!</span></strong></span></h3>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<img class=\"alignleft size-full wp-image-25383\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/birdguard.gif\" alt=\"birdguard\" width=\"177\" height=\"173\" />Universal bird screen fits over all standard dryer and bathroom vent end tips for positive protection against birds, rodents and other pests. <span style=\"color: #000080;\"><strong>Just $55.00,</strong></span> Installed! With dryer vent cleaning.\r\n\r\nSpecial Note - Because dryer\'s exhaust airflow is more important than heat in the drying process, the use of proper dryer venting materials as well as adequate installation not only validate our exclusive 3-Month cleaning service warranty, but also helps achieving maximum dryer performance, resulting in lower electric/gas usage over time.\r\n\r\n \r\n\r\n<strong><span style=\"font-size: 18pt; line-height: 1.5;\">In order to achieve these savings:</span></strong>\r\n\r\n \r\n<ul style=\"list-style-type: square;\">\r\n <li>Your dryer vent should be independent from all other exhaust systems and vented outdoors</li>\r\n <li>Dryer ducts must be at least 4\" in diameter and/or as large as the dryer\'s outlet</li>\r\n <li>Only flexible metal connectors should be used between the dryer machine and the exhaust duct</li>\r\n <li>Duct-work joints should be secured with metal tape only, never screws or rivets</li>\r\n <li>Joints should be installed so the pipe connections point in the direction of the airflow</li>\r\n <li>Structurally concealed dryer vent ducts must be rigid metal (galvanized or aluminum)</li>\r\n <li>Outside end tip should not be obstructed or concealed (i.e. under decking or siding material)</li>\r\n <li>Outside dryer vent tip should be equipped with a back-draft damper, and a 1\" rodent/bird screen</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Dryer Vent Cleaning','','inherit','closed','closed','','47-revision-v1','','','2016-07-30 15:06:08','2016-07-30 15:06:08','',47,'http://air-techinternational.com/?p=25486',0,'revision','',0),(25487,1,'2017-03-12 10:29:46','2017-03-12 10:29:46','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Foreclosure Vacancy Cleanup\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\n\n<img class=\"alignleft wp-image-25373 size-full\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" alt=\"Foreclosure vacancy cleanup services in Silver Spring\" width=\"300\" height=\"198\" />Time is money, so the benefits of quickly turning REO/foreclosed or rental return properties into clean, safe and attractive homes for market cannot be overstated. Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to make your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!\n\n \n\nOur experienced Full-House Rehab team works with realtors, banks & landlords to quickly bring devastated homes to par. In addition to Police-assisted initial entry, intruder\'s eviction & property survey, services include, but are not limited to:\n\n<strong>Exterior Trash-Out:</strong> Includes junk/debris, construction materials & light furniture removal, lawn mowing, edging, shrubs trimming, raking, gutter cleaning and; low hanging tree branches (up to 3\" in diameter) cutting, removal & haul-out.\n\n<strong>Interior Clean-Out:</strong> Includes junk/debris & light furniture removal, and thorough cleaning of bathrooms, kitchen counters, cabinets and appliances, doors & windows, fireplaces, ceiling and wall fixtures, laundry rooms, closets, living areas carpet vacuuming, hard floors moping, full-house deodorizing, and garage junk/debris clearing and sweeping.\n\n \n<h3><span style=\"font-size: 18pt;\"><strong>Additional Services</strong></span></h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n<ul style=\"list-style-type: square;\">\n <li>Plumbing Winterization & Board-Ups</li>\n <li>Flood/Sewer Back-Up Damage Repair</li>\n <li>Mold Remediation & Waterproofing</li>\n <li>Water Damaged Carpet Replacement</li>\n <li>HVAC Tune-Up Service & Repair</li>\n <li>Air Ducts & Dryer Vents Cleaning</li>\n <li>Wood Flooring Sanding & Re-Finishing</li>\n <li>Smoke & CO Detectors Install</li>\n</ul>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n<ul style=\"list-style-type: square;\">\n <li>Attic Cleaning, Heating Oil Tanks Removal</li>\n <li>Plumbing & Appliances Repair</li>\n <li>Interior Walls Patching, Finishing & Painting</li>\n <li>Fixtures & Light Electrical Wiring Repair</li>\n <li>Deck, Driveway & Siding Power Washing</li>\n <li>Windows & Doors Repair, Locksmith Work</li>\n <li>Pools / Fish Ponds Cleanout & Draining</li>\n <li>Abandoned Vehicles Removal / Towing</li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n\n<strong>Bottom Line:</strong> Save time, aggravations & money, focus on market-ready real estate, not what\'s left of a home laden with junk. Let Air Tech clear entry, inspect, clean and restore your recent rental return, evicted or REO foreclosed home in a One-Stop operation, which is a much simpler, faster & cost effective approach, and a hassle-free resource that you can always count on.\n\nBanks have already accepted capital investments under the Treasury Department\'s ERP, which announced commitments totaling $161.3 billion out of $250 billion allocated. Sure enough, it means fresh money for loans! So foreclosed or not, struggling to sell a run-down home makes no sense when all that it takes to get it fixed... is a single phone call.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Foreclosure Vacancy Cleanup','','inherit','closed','closed','','53-autosave-v1','','','2017-03-12 10:29:46','2017-03-12 10:29:46','',53,'http://air-techinternational.com/?p=25487',0,'revision','',0),(25488,1,'2016-07-30 15:15:26','2016-07-30 15:15:26','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Foreclosure Vacancy Cleanup\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<img class=\"alignleft size-full wp-image-25373\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" alt=\"trashed home\" width=\"300\" height=\"198\" />Time is money, so the benefits of quickly turning REO/foreclosed or rental return properties into clean, safe and attractive homes for market cannot be overstated. Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to make your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!\r\n\r\n \r\n\r\n \r\n\r\nOur experienced Full-House Rehab team works with realtors, banks & landlords to quickly bring devastated homes to par. In addition to Police-assisted initial entry, intruder\'s eviction & property survey, services include, but are not limited to:\r\n\r\n<strong>Exterior Trash-Out:</strong> Includes junk/debris, construction materials & light furniture removal, lawn mowing, edging, shrubs trimming, raking, gutter cleaning and; low hanging tree branches (up to 3\" in diameter) cutting, removal & haul-out.\r\n\r\n<strong>Interior Clean-Out:</strong> Includes junk/debris & light furniture removal, and thorough cleaning of bathrooms, kitchen counters, cabinets and appliances, doors & windows, fireplaces, ceiling and wall fixtures, laundry rooms, closets, living areas carpet vacuuming, hard floors moping, full-house deodorizing, and garage junk/debris clearing and sweeping.\r\n\r\n \r\n<h3><span style=\"font-size: 18pt;\"><strong>Additional Services</strong></span></h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Plumbing Winterization & Board-Ups</li>\r\n <li>Flood/Sewer Back-Up Damage Repair</li>\r\n <li>Mold Remediation & Waterproofing</li>\r\n <li>Water Damaged Carpet Replacement</li>\r\n <li>HVAC Tune-Up Service & Repair</li>\r\n <li>Air Ducts & Dryer Vents Cleaning</li>\r\n <li>Wood Flooring Sanding & Re-Finishing</li>\r\n <li>Smoke & CO Detectors Install</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Attic Cleaning, Heating Oil Tanks Removal</li>\r\n <li>Plumbing & Appliances Repair</li>\r\n <li>Interior Walls Patching, Finishing & Painting</li>\r\n <li>Fixtures & Light Electrical Wiring Repair</li>\r\n <li>Deck, Driveway & Siding Power Washing</li>\r\n <li>Windows & Doors Repair, Locksmith Work</li>\r\n <li>Pools / Fish Ponds Cleanout & Draining</li>\r\n <li>Abandoned Vehicles Removal / Towing</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Bottom Line:</strong> Save time, aggravations & money, focus on market-ready real estate, not what\'s left of a home laden with junk. Let Air Tech clear entry, inspect, clean and restore your recent rental return, evicted or REO foreclosed home in a One-Stop operation, which is a much simpler, faster & cost effective approach, and a hassle-free resource that you can always count on.\r\n\r\nBanks have already accepted capital investments under the Treasury Department\'s ERP, which announced commitments totaling $161.3 billion out of $250 billion allocated. Sure enough, it means fresh money for loans! So foreclosed or not, struggling to sell a run-down home makes no sense when all that it takes to get it fixed... is a single phone call.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Foreclosure Vacancy Cleanup','','inherit','closed','closed','','53-revision-v1','','','2016-07-30 15:15:26','2016-07-30 15:15:26','',53,'http://air-techinternational.com/?p=25488',0,'revision','',0),(25490,1,'2016-07-30 15:20:10','2016-07-30 15:20:10','[et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" template_type=\"row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row]','Services','','publish','closed','closed','','services','','','2016-07-30 15:20:10','2016-07-30 15:20:10','',0,'http://air-techinternational.com/?post_type=et_pb_layout&p=25490',0,'et_pb_layout','',0),(25491,1,'2016-07-30 15:20:13','2016-07-30 15:20:13','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#18c3c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, No. Virginia & Washington D.C. CALL US NOW - (240) 388-0030\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 36pt;\">Request a Quote</span></h3>\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-07-30 15:20:13','2016-07-30 15:20:13','',38,'http://air-techinternational.com/?p=25491',0,'revision','',0),(25492,1,'2016-07-30 15:21:55','2016-07-30 15:21:55','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_text_color=\"#18c3c3\" header_font=\"Arvo||||\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2016-07-30 15:21:55','2016-07-30 15:21:55','',42,'http://air-techinternational.com/?p=25492',0,'revision','',0),(25493,1,'2016-07-30 15:26:44','2016-07-30 15:26:44','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_text_color=\"#18c3c3\" header_font=\"Arvo||||\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=46\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=47\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\" url=\"http://air-techinternational.com/?page_id=53\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=56\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2016-07-30 15:26:44','2016-07-30 15:26:44','',42,'http://air-techinternational.com/?p=25493',0,'revision','',0),(25494,1,'2016-07-30 15:29:05','2016-07-30 15:29:05','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_text_color=\"#18c3c3\" header_font=\"Arvo||||\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=46\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=47\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\" url=\"http://air-techinternational.com/?page_id=53\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=56\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=44\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=60\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2016-07-30 15:29:05','2016-07-30 15:29:05','',42,'http://air-techinternational.com/?p=25494',0,'revision','',0),(25495,1,'2016-07-30 16:58:51','2016-07-30 16:58:51','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_text_color=\"#18c3c3\" header_font=\"Arvo||||\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=46\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=47\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\" url=\"http://air-techinternational.com/?page_id=53\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=56\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=57\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\" url=\"http://air-techinternational.com/?page_id=52\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=44\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=60\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2016-07-30 16:58:51','2016-07-30 16:58:51','',42,'http://air-techinternational.com/?p=25495',0,'revision','',0),(25496,1,'2016-07-30 17:01:50','2016-07-30 17:01:50','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_text_color=\"#18c3c3\" header_font=\"Arvo||||\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.\r\n\r\n \r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 24pt;\">Our services include, but are not limited to</span></h3>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=46\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=47\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\" url=\"http://air-techinternational.com/?page_id=53\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=56\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=57\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\" url=\"http://air-techinternational.com/?page_id=52\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=44\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=60\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2016-07-30 17:01:50','2016-07-30 17:01:50','',42,'http://air-techinternational.com/?p=25496',0,'revision','',0),(25497,1,'2016-07-30 17:49:21','2016-07-30 17:49:21','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"200px\" bottom_padding=\"200px\" header_text_color=\"#18c3c3\" header_font=\"Arvo||||\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.\r\n\r\n \r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 24pt;\">Our services include, but are not limited to</span></h3>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=46\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=47\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\" url=\"http://air-techinternational.com/?page_id=53\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=56\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=57\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\" url=\"http://air-techinternational.com/?page_id=52\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=44\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=60\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" url=\"http://air-techinternational.com/?page_id=49\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" gutter_width=\"1\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2016-07-30 17:49:21','2016-07-30 17:49:21','',42,'http://air-techinternational.com/?p=25497',0,'revision','',0),(25498,1,'2016-08-03 04:37:44','2016-08-03 04:37:44','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_text_color=\"#18c3c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, Northern Virginia & Washington D.C.\r\n\r\n<strong>CALL US NOW - (240) 388-0030</strong>\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Home\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 36pt;\">Request a Quote</span></h3>\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-08-03 04:37:44','2016-08-03 04:37:44','',38,'http://air-techinternational.com/?p=25498',0,'revision','',0),(25499,1,'2016-08-03 04:45:39','2016-08-03 04:45:39','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"130px\" bottom_padding=\"130px\" header_text_color=\"#18c3c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"]\r\n\r\n[et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]Air Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, Northern Virginia & Washington D.C.\r\n\r\n<strong>CALL US NOW - (240) 388-0030</strong>\r\n\r\n[/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact us\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\r\nTell us what you need and we will get back to you with a quote in less then 24 hours.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" email=\"atifa.oj@gmail.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"email\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Your Requirement\" field_type=\"text\" field_id=\"message\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-08-03 04:45:39','2016-08-03 04:45:39','',38,'http://air-techinternational.com/?p=25499',0,'revision','',0),(25500,1,'2016-08-03 04:52:38','2016-08-03 04:52:38','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"130px\" bottom_padding=\"130px\" header_text_color=\"#18c3c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\n \r\n\r\nServing Maryland, Northern Virginia & Washington D.C.\r\n\r\n<strong>CALL US NOW - (240) 388-0030</strong>\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"REQUEST A QUOTE\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\r\nTell us what you need and we will get back to you with a quote in less then 24 hours.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" email=\"atifa.oj@gmail.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_text_color_hover=\"#ffffff\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"email\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Your Requirement\" field_type=\"text\" field_id=\"message\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-08-03 04:52:38','2016-08-03 04:52:38','',38,'http://air-techinternational.com/?p=25500',0,'revision','',0),(25501,1,'2016-08-03 10:06:47','2016-08-03 10:06:47','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"130px\" bottom_padding=\"130px\" header_text_color=\"#18c3c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, Northern Virginia & Washington D.C.\r\n\r\n<strong>CALL US NOW - (240) 388-0030</strong>\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span> [/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"http://www.air-techinternational.com/about/\" url_new_window=\"off\" button_text=\"Read More\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"REQUEST A QUOTE\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\r\nTell us what you need and we will get back to you with a quote in less then 24 hours.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" email=\"atifa.oj@gmail.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_text_color_hover=\"#ffffff\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"email\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Your Requirement\" field_type=\"text\" field_id=\"message\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-08-03 10:06:47','2016-08-03 10:06:47','',38,'http://air-techinternational.com/?p=25501',0,'revision','',0),(25502,1,'2016-08-03 11:28:35','2016-08-03 11:28:35','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Contact Us\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\"]\r\n\r\nServing Maryland, Northern Virginia & Washington D.C.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHave a query about our services? Call us directly or fill the form in this page. We will get back to you soon.\r\n\r\n<strong>Tel: (240) 388-0030</strong>\r\n\r\n<strong>Fax: (866) 603-6959</strong>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" /] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','70-revision-v1','','','2016-08-03 11:28:35','2016-08-03 11:28:35','',70,'http://air-techinternational.com/?p=25502',0,'revision','',0),(25503,1,'2016-08-03 17:13:42','2016-08-03 17:13:42','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"130px\" bottom_padding=\"130px\" header_text_color=\"#18c3c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, Northern Virginia & Washington D.C.\r\n\r\n<strong>CALL US NOW - (240) 388-0030</strong>\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.75em\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"751px\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_margin=\"||10px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_video admin_label=\"Video\" src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"REQUEST A QUOTE\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\r\nTell us what you need and we will get back to you with a quote in less then 24 hours.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" email=\"atifa.oj@gmail.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_text_color_hover=\"#ffffff\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"email\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Your Requirement\" field_type=\"text\" field_id=\"message\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-08-03 17:13:42','2016-08-03 17:13:42','',38,'http://air-techinternational.com/?p=25503',0,'revision','',0),(25504,1,'2016-08-03 17:17:26','2016-08-03 17:17:26','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"130px\" bottom_padding=\"130px\" header_text_color=\"#0c71c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, Northern Virginia & Washington D.C.\r\n\r\n<strong>CALL US NOW - (240) 388-0030</strong>\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.75em\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"751px\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_margin=\"||10px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_video admin_label=\"Video\" src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"REQUEST A QUOTE\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\r\nTell us what you need and we will get back to you with a quote in less then 24 hours.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" email=\"atifa.oj@gmail.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_text_color_hover=\"#ffffff\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"email\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Your Requirement\" field_type=\"text\" field_id=\"message\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-08-03 17:17:26','2016-08-03 17:17:26','',38,'http://air-techinternational.com/?p=25504',0,'revision','',0),(25505,1,'2016-10-06 05:14:46','2016-10-06 05:14:46','[et_pb_section admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"130px\" bottom_padding=\"130px\" header_text_color=\"#0c71c3\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" header_font=\"Arvo|||on|\" header_line_height=\"1.5em\"] [et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nAir Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More\r\n\r\nServing Maryland, Northern Virginia & Washington D.C.\r\n\r\n<strong>CALL US NOW - (240) 388-0030</strong>\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_width_px=\"900px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.75em\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"751px\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_margin=\"||10px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_video admin_label=\"Video\" src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#2c90e8\" inner_shadow=\"off\" parallax=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"REQUEST A QUOTE\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" url_new_window=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"42\" text_font=\"Arvo||||\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Air Duct Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Dryer Vent Cleaning\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Mold\" title=\"Mold Inspection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Plasma\" title=\"Plasma Disinfection\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Water\" title=\"Water Damage Restoration\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\" header_line_height=\"1.5em\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"HVAC\" title=\"HVAC\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"MDF\" title=\"MDF 500\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Home Repair\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Construction\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"%%103%%\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_font_size=\"24\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"30px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" custom_padding_tablet=\"90px||0px|\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_text_color=\"#000000\" body_text_color=\"#666666\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_line_height=\"1.6em\" open_toggle_text_color=\"#000000\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"0\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" height=\"15\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font=\"Arvo||||\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\r\nTell us what you need and we will get back to you with a quote in less then 24 hours.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" form_field_text_color=\"#ffffff\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_text_color_hover=\"#ffffff\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"email\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Your Requirement\" field_type=\"text\" field_id=\"message\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\"] [/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2016-10-06 05:14:46','2016-10-06 05:14:46','',38,'http://air-techinternational.com/?p=25505',0,'revision','',0),(25506,1,'2017-02-16 16:24:38','2017-02-16 16:24:38',' ','','','publish','closed','closed','','25506','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',0,'http://air-techinternational.com/?p=25506',1,'nav_menu_item','',0),(25507,1,'2017-02-16 16:24:38','2017-02-16 16:24:38',' ','','','publish','closed','closed','','25507','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',0,'http://air-techinternational.com/?p=25507',6,'nav_menu_item','',0),(25508,1,'2017-02-16 16:24:39','2017-02-16 16:24:39',' ','','','publish','closed','closed','','25508','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',0,'http://air-techinternational.com/?p=25508',8,'nav_menu_item','',0),(25509,1,'2017-02-16 16:24:38','2017-02-16 16:24:38',' ','','','publish','closed','closed','','25509','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',0,'http://air-techinternational.com/?p=25509',7,'nav_menu_item','',0),(25510,1,'2017-02-16 16:24:39','2017-02-16 16:24:39',' ','','','publish','closed','closed','','25510','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',0,'http://air-techinternational.com/?p=25510',10,'nav_menu_item','',0),(25511,1,'2017-02-16 16:24:38','2017-02-16 16:24:38',' ','','','publish','closed','closed','','25511','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',0,'http://air-techinternational.com/?p=25511',2,'nav_menu_item','',0),(25513,1,'2017-02-16 16:24:39','2017-02-16 16:24:39',' ','','','publish','closed','closed','','25513','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',0,'http://air-techinternational.com/?p=25513',9,'nav_menu_item','',0),(25515,1,'2017-02-16 17:09:54','2017-02-16 17:09:54','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"130px\" bottom_padding=\"130px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo|||on|\" header_text_color=\"#0c71c3\" header_line_height=\"1.5em\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Air Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More</p>\n<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p><strong>CALL US NOW - (240) 388-0030</strong></p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|on\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"on\" border_color=\"#111111\" custom_padding=\"40px|40px|40px|40px\" border_style=\"solid\" border_width=\"2px\"]<h2>Air duct cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush systemAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"on\" border_color=\"#111111\" custom_padding=\"40px|40px|40px|40px\" border_style=\"solid\" border_width=\"2px\"]<h2>Air duct cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush systemAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"751px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" custom_margin=\"||10px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" background_color=\"#283139\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_font_size=\"42\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Air Duct Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Dryer Vent Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Mold Inspection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Mold\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Plasma Disinfection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Plasma\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Water Damage Restoration\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Water\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"HVAC\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"HVAC\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"MDF 500\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"MDF\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Home Repair\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Construction\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-16 17:09:54','2017-02-16 17:09:54','',38,'http://air-techinternational.com/38-revision-v1/',0,'revision','',0),(25516,1,'2017-02-17 07:21:56','2017-02-17 07:21:56','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"130px\" bottom_padding=\"130px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo|||on|\" header_text_color=\"#0c71c3\" header_line_height=\"1.5em\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Air Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More</p>\n<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p><strong>CALL US NOW - (240) 388-0030</strong></p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"on\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipments are EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><a href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"on\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<p> </p>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to deliver the highest quality services dryer vent cleaning services in Maryland, Northern Virginia and Washington DC.</p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"751px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" custom_margin=\"||10px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" background_color=\"#283139\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_font_size=\"42\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Air Duct Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Dryer Vent Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Mold Inspection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Mold\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Plasma Disinfection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Plasma\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Water Damage Restoration\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Water\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"HVAC\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"HVAC\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"MDF 500\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"MDF\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Home Repair\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Construction\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 07:21:56','2017-02-17 07:21:56','',38,'http://air-techinternational.com/?p=25516',0,'revision','',0),(25517,1,'2017-02-17 07:25:16','2017-02-17 07:25:16','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"130px\" bottom_padding=\"130px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo|||on|\" header_text_color=\"#0c71c3\" header_line_height=\"1.5em\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Air Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More</p>\n<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p><strong>CALL US NOW - (240) 388-0030</strong></p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"on\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<p></p>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our <g class=\"gr_ gr_19 gr-alert gr_gramm gr_disable_anim_appear Grammar multiReplace\" id=\"19\" data-gr-id=\"19\">equipments</g> are EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"on\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"751px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" custom_margin=\"||10px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" background_color=\"#283139\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_font_size=\"42\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Air Duct Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Dryer Vent Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Mold Inspection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Mold\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Plasma Disinfection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Plasma\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Water Damage Restoration\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Water\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"HVAC\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"HVAC\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"MDF 500\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"MDF\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Home Repair\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Construction\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 07:25:16','2017-02-17 07:25:16','',38,'http://air-techinternational.com/?p=25517',0,'revision','',0),(25518,1,'2017-02-17 07:53:11','2017-02-17 07:53:11','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"130px\" bottom_padding=\"130px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo|||on|\" header_text_color=\"#0c71c3\" header_line_height=\"1.5em\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Air Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More</p>\n<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p><strong>CALL US NOW - (240) 388-0030</strong></p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|20px|43px|20px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\" -moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\" -moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\" -moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p><br/></p>\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our <g class=\"gr_ gr_7 gr-alert gr_gramm gr_disable_anim_appear Grammar multiReplace\" id=\"7\" data-gr-id=\"7\">equipments</g> are EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\" -moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|43px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so! Get in touch with us now!<br /> </p>\n<p><a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"on\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"751px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" custom_margin=\"||10px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" background_color=\"#283139\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_font_size=\"42\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Air Duct Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Dryer Vent Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Mold Inspection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Mold\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Plasma Disinfection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Plasma\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Water Damage Restoration\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Water\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"HVAC\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"HVAC\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"MDF 500\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"MDF\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Home Repair\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Construction\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Air Tech Home PageV1','','publish','closed','closed','','air-tech-home-pagev1','','','2017-02-17 07:53:11','2017-02-17 07:53:11','',0,'http://air-techinternational.com/?post_type=et_pb_layout&p=25518',0,'et_pb_layout','',0),(25519,1,'2017-02-17 08:15:05','2017-02-17 08:15:05','','architecture-839362_1920','','inherit','open','closed','','architecture-839362_1920','','','2017-02-17 08:15:05','2017-02-17 08:15:05','',0,'http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg',0,'attachment','image/jpeg',0),(25520,1,'2017-02-17 09:35:51','2017-02-17 09:35:51','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"130px\" bottom_padding=\"130px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo|||on|\" header_text_color=\"#0c71c3\" header_line_height=\"1.5em\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Air Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More</p>\n<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p><strong>CALL US NOW - (240) 388-0030</strong></p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<p></p>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our <g class=\"gr_ gr_19 gr-alert gr_gramm gr_disable_anim_appear Grammar multiReplace\" id=\"19\" data-gr-id=\"19\">equipments</g> are EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<h3>About Air-Tech</h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" background_color=\"#283139\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_font_size=\"42\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Air Duct Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Dryer Vent Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Mold Inspection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Mold\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Plasma Disinfection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Plasma\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Water Damage Restoration\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Water\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"HVAC\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"HVAC\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"MDF 500\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"MDF\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Home Repair\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Construction\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 09:35:51','2017-02-17 09:35:51','',38,'http://air-techinternational.com/?p=25520',0,'revision','',0),(25521,1,'2017-02-17 09:42:17','2017-02-17 09:42:17','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"130px\" bottom_padding=\"130px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo|||on|\" header_text_color=\"#0c71c3\" header_line_height=\"1.5em\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Air Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More</p>\n<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p><strong>CALL US NOW - (240) 388-0030</strong></p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to <g class=\"gr_ gr_258 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling ins-del multiReplace\" id=\"258\" data-gr-id=\"258\">provid</g>ing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<h3>About Air-Tech</h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Background.png\" transparent_background=\"off\" background_color=\"#283139\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_font_size=\"42\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2><span style=\"font-size: 36pt; line-height: 1.5;\">Our Services</span></h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] We offer a wide range residential and commercial maintenance services [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Air Duct Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Dryer Vent Cleaning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Foreclosure Vacancy Cleanup\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"Mold Inspection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Mold\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Plasma Disinfection\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Plasma\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Water Damage Restoration\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Water\" header_font_size=\"24\" header_line_height=\"1.5em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_blurb title=\"HVAC\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"HVAC\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"MDF 500\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"MDF\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Home Repair\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#ec6d5f\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][et_pb_blurb title=\"Construction\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#1fa0e3\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 09:42:17','2017-02-17 09:42:17','',38,'http://air-techinternational.com/?p=25521',0,'revision','',0),(25522,1,'2017-02-17 09:43:26','2017-02-17 09:43:26','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"130px\" bottom_padding=\"130px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo|||on|\" header_text_color=\"#0c71c3\" header_line_height=\"1.5em\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Air Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More</p>\n<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p><strong>CALL US NOW - (240) 388-0030</strong></p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to <g class=\"gr_ gr_258 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling ins-del multiReplace\" id=\"258\" data-gr-id=\"258\">provid</g>ing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<h3>About Air-Tech</h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 09:43:26','2017-02-17 09:43:26','',38,'http://air-techinternational.com/?p=25522',0,'revision','',0),(25523,1,'2017-02-17 09:48:19','2017-02-17 09:48:19','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"off\" show_pagination=\"off\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"130px\" bottom_padding=\"130px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo|||on|\" header_text_color=\"#0c71c3\" header_line_height=\"1.5em\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome To Air Tech International\" button_text=\"CHECK OUT OUR SERVICES\" button_link=\"http://air-techinternational.com/?page_id=42\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Fotolia_53458263_Subscription_Monthly_M.jpg\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0.56)\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Air Duct Cleaning | Home Improvement | Foreclosure Clean-Ups | Mold Removal | Construction and More</p>\n<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p><strong>CALL US NOW - (240) 388-0030</strong></p>[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\"]<p>We serve Maryland, Northern Virginia & Washington D.C.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"#c92a1c\" button_text_color=\"#ffffff\" button_border_color=\"#c92a1c\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to <g class=\"gr_ gr_258 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling ins-del multiReplace\" id=\"258\" data-gr-id=\"258\">provid</g>ing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/3-1.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 09:48:19','2017-02-17 09:48:19','',38,'http://air-techinternational.com/?p=25523',0,'revision','',0),(25524,1,'2017-02-17 10:40:40','2017-02-17 10:40:40','','Air Duct and Dry Vent Cleaning in Maryland','','inherit','open','closed','','air-duct-and-dry-vent-cleaning-in-maryland','','','2017-03-12 12:43:42','2017-03-12 12:43:42','',0,'http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png',0,'attachment','image/png',0),(25525,1,'2017-02-17 10:47:19','2017-02-17 10:47:19','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"102px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"#e09900\" padding_top_1=\"50px \" padding_right_1=\" 30px \" padding_bottom_1=\"50px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_2\" background_color=\"#e09900\" padding_bottom=\"50px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" inline_fonts=\"Oswald\" text_font_size=\"25px\"]<p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: normal; color: #ffffff;\">Just fill out this form to get an Instant Quote</span></p>[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" custom_padding=\"100px|||\" text_font=\"||||\" header_font=\"Oswald||||\" header_text_color=\"#1fa8e2\" header_font_size=\"48px\" text_text_color=\"#ffffff\" text_font_size=\"21px\" text_line_height=\"1.8em\"]<h1>WELCOME TO AIR TECH INTERNATIONAL</h1>\n<p>We offer Air Duct Cleaning, Dryer Vent Cleaning, Foreclosure Cleaning and Small Home Repairs in and around Maryland.</p>\n<p>CALL US NOW - (240) 388-0030</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\"]<p>We serve Maryland, Northern Virginia & Washington D.C.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"#c92a1c\" button_text_color=\"#ffffff\" button_border_color=\"#c92a1c\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to <g class=\"gr_ gr_258 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling ins-del multiReplace\" id=\"258\" data-gr-id=\"258\">provid</g>ing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 10:47:19','2017-02-17 10:47:19','',38,'http://air-techinternational.com/?p=25525',0,'revision','',0),(25526,1,'2017-02-17 10:49:30','2017-02-17 10:49:30','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"102px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"#e09900\" padding_top_1=\"50px \" padding_right_1=\" 30px \" padding_bottom_1=\"50px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_2\" background_color=\"#e09900\" padding_bottom=\"50px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" inline_fonts=\"Oswald\" text_font_size=\"25px\"]<p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: normal; color: #ffffff;\">Just fill out this form to get an Instant Quote</span></p>[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" custom_padding=\"100px|||\" text_font=\"||||\" header_font=\"Oswald||||\" header_text_color=\"#1fa8e2\" header_font_size=\"48px\" text_text_color=\"#ffffff\" text_font_size=\"21px\" text_line_height=\"1.8em\"]<h1>WELCOME TO AIR TECH INTERNATIONAL</h1>\n<p>We offer Air Duct Cleaning, Dryer Vent Cleaning, Foreclosure Cleaning and Small Home Repairs in and around Maryland.</p>\n<p>CALL US NOW - (240) 388-0030</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\"]<p>We serve Maryland, Northern Virginia & Washington D.C.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"#c92a1c\" button_text_color=\"#ffffff\" button_border_color=\"#c92a1c\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 10:49:30','2017-02-17 10:49:30','',38,'http://air-techinternational.com/?p=25526',0,'revision','',0),(25527,1,'2017-02-17 10:50:41','2017-02-17 10:50:41','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"31px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"#e09900\" padding_top_1=\"50px \" padding_right_1=\" 30px \" padding_bottom_1=\"50px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_2\" background_color=\"#e09900\" padding_bottom=\"50px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" inline_fonts=\"Oswald\" text_font_size=\"25px\"]<p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: normal; color: #ffffff;\">Just fill out this form to get an Instant Quote</span></p>[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" custom_padding=\"100px|||\" text_font=\"||||\" header_font=\"Oswald||||\" header_text_color=\"#1fa8e2\" header_font_size=\"48px\" text_text_color=\"#ffffff\" text_font_size=\"21px\" text_line_height=\"1.8em\"]<h1>WELCOME TO AIR TECH INTERNATIONAL</h1>\n<p>We offer Air Duct Cleaning, Dryer Vent Cleaning, Foreclosure Cleaning and Small Home Repairs in and around Maryland.</p>\n<p>CALL US NOW - (240) 388-0030</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\"]<p>We serve Maryland, Northern Virginia & Washington D.C.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"#c92a1c\" button_text_color=\"#ffffff\" button_border_color=\"#c92a1c\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"950px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Request an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less then 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(0,0,0,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#ffffff\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-17 10:50:41','2017-02-17 10:50:41','',38,'http://air-techinternational.com/?p=25527',0,'revision','',0),(25528,1,'2017-02-20 10:13:53','2017-02-20 10:13:53','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"31px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"#e09900\" padding_top_1=\"50px \" padding_right_1=\" 30px \" padding_bottom_1=\"50px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#e09900\" padding_bottom=\"50px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" text_font_size=\"25px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" inline_fonts=\"Oswald\"]<p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: normal; color: #ffffff;\">Just fill out this form to get an Instant Quote</span></p>[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" header_font=\"Oswald||||\" header_font_size=\"48px\" header_text_color=\"#1fa8e2\" text_font=\"||||\" text_font_size=\"21px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"100px|||\" disabled=\"off\"]<h1>WELCOME TO AIR TECH INTERNATIONAL</h1>\n<p>We offer Air Duct Cleaning, Dryer Vent Cleaning, Foreclosure Cleaning and Small Home Repairs in and around Maryland.</p>\n<p>CALL US NOW - (240) 388-0030</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>We serve Maryland, Northern Virginia & Washington D.C.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c92a1c\" button_border_color=\"#c92a1c\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#2c90e8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-20 10:13:53','2017-02-20 10:13:53','',38,'http://air-techinternational.com/?p=25528',0,'revision','',0),(25529,1,'2017-02-20 10:15:49','2017-02-20 10:15:49','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\" template_type=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services Section','','publish','closed','closed','','services-section','','','2017-02-20 10:15:49','2017-02-20 10:15:49','',0,'http://air-techinternational.com/?post_type=et_pb_layout&p=25529',0,'et_pb_layout','',0),(25530,1,'2017-02-20 10:19:12','2017-02-20 10:19:12','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"31px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" custom_padding=\"69px|0px|25.59375px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"#e09900\" padding_top_1=\"50px \" padding_right_1=\" 30px \" padding_bottom_1=\"50px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#e09900\" padding_bottom=\"50px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" text_font_size=\"25px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" inline_fonts=\"Oswald\"]<p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: normal; color: #ffffff;\">Just fill out this form to get an Instant Quote</span></p>[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" header_font=\"Oswald||||\" header_font_size=\"48px\" header_text_color=\"#1fa8e2\" text_font=\"||||\" text_font_size=\"21px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"100px|||\" disabled=\"off\"]<h1>WELCOME TO AIR TECH INTERNATIONAL</h1>\n<p>We offer Air Duct Cleaning, Dryer Vent Cleaning, Foreclosure Cleaning and Small Home Repairs in and around Maryland.</p>\n<p>CALL US NOW - (240) 388-0030</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>We serve Maryland, Northern Virginia & Washington D.C.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c92a1c\" button_border_color=\"#c92a1c\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-20 10:19:12','2017-02-20 10:19:12','',38,'http://air-techinternational.com/?p=25530',0,'revision','',0),(25531,1,'2017-02-20 10:26:29','2017-02-20 10:26:29','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"31px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" custom_padding=\"69px|0px|25.59375px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"#e09900\" padding_top_1=\"50px \" padding_right_1=\" 30px \" padding_bottom_1=\"50px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#e09900\" padding_bottom=\"50px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" text_font_size=\"25px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" inline_fonts=\"Oswald\"]<p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: normal; color: #ffffff;\">Just fill out this form to get an Instant Quote</span></p>[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" header_font=\"Oswald||||\" header_font_size=\"46px\" header_text_color=\"#1fa8e2\" text_font=\"||||\" text_font_size=\"21px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"100px|||\" disabled=\"off\"]<h1>WELCOME TO AIR TECH INT\'L</h1>\n<p>We offer Air Duct Cleaning, Dryer Vent Cleaning, Foreclosure Cleaning and Small Home Repairs in and around Maryland.</p>\n<p>CALL US NOW - (240) 388-0030</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>We serve Maryland, Northern Virginia & Washington D.C.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c92a1c\" button_border_color=\"#c92a1c\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-20 10:26:29','2017-02-20 10:26:29','',38,'http://air-techinternational.com/?p=25531',0,'revision','',0),(25532,1,'2017-02-20 11:06:42','2017-02-20 11:06:42','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"200px\" bottom_padding=\"200px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"OUR SERVICES\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"Droid Sans||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"] [/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"70%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"16\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving air supply, general maintenance, construction, foreclosure cleanup, and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek.</span></p>\n<p><br/></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Air Tech’s Air Duct cleaning rotary brush system is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"on\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"right\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.7em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2017-02-20 11:06:42','2017-02-20 11:06:42','',42,'http://air-techinternational.com/?p=25532',0,'revision','',0),(25533,1,'2017-02-20 11:11:51','2017-02-20 11:11:51','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>Air-duct Cleaning</li>\n<li>Dryer Vent Cleaning</li>\n<li>Foreclosure Cleaning</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>General Construction Contracting</li>\n<li>Small Home Repair</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\"><span style=\"color: #0c71c3;\">Our Exclusive QA/QC, Customer Service Warranties</span><br /></span></strong></h3>\n<ul style=\"list-style-type: square;\">\n<li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, the customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.</li>\n<li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.</li>\n<li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore e<g class=\"gr_ gr_36 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling\" id=\"36\" data-gr-id=\"36\">nsures</g> technician\'s Honesty & Integrity at all times.</li>\n<li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.</li>\n<li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.</li>\n<li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Is Fully Licensed & Insured. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2017-02-20 11:11:51','2017-02-20 11:11:51','',40,'http://air-techinternational.com/?p=25533',0,'revision','',0),(25534,1,'2017-02-20 11:28:01','2017-02-20 11:28:01','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"FAQs\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]Air duct cleaning facts, air duct cleaning myths + tips & tricks to pick or kick HVAC cleaning firms[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"1st para\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Because HVAC cleaning is not yet fully regulated, most people are unfamiliar with the processes involved, and less prepared to distinguish a reliable service provider. Thus, many companies take advantage by up-selling supposedly integral tasks; operate illegally, use sub-standard equipment or untrained subcontractors, or worse; cut corners in cleaning procedures to book more jobs per day.</p>\n<p>According to the BBB, these \"blow-n-go\" companies (as they have come to be known) are often attractive to unwary consumers because of enticing low prices, but generally create more problems than what they solve. In addition to professional uncertainty, widespread issues are:</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Bullets\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>Bait & Switch tactics, or SCAMS. <a href=\"http://www.youtube.com/watch?v=rNu6u8KiA-o\">Video Reference 1</a> | <a href=\"http://www.youtube.com/watch?v=pT4WKwfBu18&NR=1\">Video Reference 2</a></li>\n<li>Poor Craftsmanship, or NEGLIGENCE.</li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"2nd para\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] So when all claim to be the best, and no one knows who\'s who until is too late, Air Tech comes forward in good faith. We\'re a local enterprise, so before a client, you are (to us) a valued neighbor, and with it comes all due respect. Let us then address these gray areas of the trade, explain how things must be done, help you make an informed decision and; should you wish to go ahead, how to prepare your home & what to expect, so nobody gets hurt. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"FAQs\" disabled=\"off\" collapsed=\"on\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"52px||0px|\" custom_padding_tablet=\"90px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] None that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list! [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] Never did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>Very little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.</p>\n<p>Otherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Why are there so many advertisement consumer warnings?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] In fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should I have my air ducts sanitized?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Why are there so many advertisement consumer warnings?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] Although it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How should air ducts be cleaned?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How should air ducts be cleaned?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>The safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.</p>\n<p><img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.</p>\n<p>NADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.</p>\n<p>But big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How often should residential HVAC systems be cleaned?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>EPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:</p>\n<ul style=\"list-style-type: square;\">\n<li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li>\n<li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li>\n</ul>\n<p>But rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li>\n<li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li>\n<li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li>\n<li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li>\n<li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li>\n<li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li>\n</ul>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li>\n<li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li>\n<li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li>\n<li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li>\n<li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li>\n<li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li>\n<li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li>\n<li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li>\n<li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li>\n<li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li>\n<li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li>\n</ul>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>When done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means</p>\n<p>(1) Fairly good access to all systems components;</p>\n<p>(2) Uninterrupted worker\'s pace, (</p>\n<p>3) Enough power to operate all equipment and most important; (</p>\n<p>4) A friendly & respectful environment under the circumstances.</p>\n<p><a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a></p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#ffffff\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"1px\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Getting prep\" text_font_size=\"36\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nGetting Prepared for your Cleaning\r\n\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"17px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Air duct cleaning is done by appointment only, and for very good reasons. Although IT IS NOT a \"messy\" process, it involves a series of disruptive tasks that may interfere with traditional business or daily life, and thus cause a myriad of upsetting situations if the site -or occupants- are not prepared for it. Let\'s start with:</p>\n<p><strong>Intrusive Traffic</strong> - In order to clean an HVAC system, a service area reconnaissance or walkthrough must be performed first, and permission will be asked for at the time. If allowed to, crew then considers full access to all HVAC service areas granted and \"project started\" from that point on. Personal activities (showers, breast-feeding or else) should be avoided to prevent embarrassing situations until project completion.</p>\n<p><strong>Utilities Shut-Down</strong> -</p>\n<p>(1) Your HVAC system will be turned off, which may cause significant changes to your indoor environment;</p>\n<p>(2) Accessories hard wired to other electrical branches must also be powered down.</p>\n<p>(3) To remove humidifiers, crew may have to cut water supply and;</p>\n<p>(4) To clean heat exchangers, gas lines may be closed too. We all have a life to live and yes, dinner must be cooked - so unless you wish to inspect their work, it would be in your best interest not to distract, interfere with, or halt the crew.</p>\n<p><strong>Noise</strong> - An industrial strength vacuum machine hooked to your home\'s duct-work, an air compressor near your doorsteps and 2 guys hauling 35 Ft. long rotary brush snakes throughout every room\'s vents will not go unnoticed. Naps, conference calls, book or song writing -or perhaps meditation- would certainly be out of the equation.</p>\n<p><strong>Tampering</strong> with personal items to access grilles or hidden vents is often inevitable, and you should expect such occurrence. Accidents happen, but most can be avoided - In this case, it is your duty to secure lose or valuable items in narrow hallways & near HVAC vents to minimize the odds. Key items include delicate ornaments, antique furniture, toys, clothing, power cords & electronics within a 4 Ft. radius from a vent. Keep in mind, crews are there to perform a specific task, and although moving aside a few items may be OK with them, it is technically outside their scope of work. Thus, cannot be held responsible if anything brakes, gets misplaced or not moved back at all.</p>\n<p><strong>Heavy Moving & Lifting</strong> - Ceiling-mounted vents are often a challenge because heavy furniture (beds, sofas, pianos, etc.) underneath may need to be temporarily removed to make room for ladders. Also, wall & floor vents may be obstructed by heavy desks, bookshelves or entertainment centers. If this may be your case, please take the appropriate measures in advance, or make sure to discuss heavy furniture lifting at the time of booking. A dedicated moving crew may be more expensive, yet may save you a week\'s worth of backaches.</p>\n<p> </p>\n<h3><span style=\"font-size: 24pt; color: #ff0000;\">Liability Exclusions</span></h3>\n<p> </p>\n<p><strong>Paint & Drywall Chipping</strong> - Water based paint does not adhere to metal as good as it does to drywall and; some vents are glued to drywall for whatever reason. In despite of how careful crews may be, it is possible that; if supply vents or return grilles are glued or painted over, minor damage may occur upon their forced removal. Because vents & grilles cannot be glued or water-based painted by code, neither crew or company can assume liability.</p>\n<p><strong>Concealed Wiring Damage</strong> - Many contractors discretely run thermostats, phone, cable or satellite video, alarms, and even audio wiring through the inside of older home\'s ductwork, which is against building codes. And yes, this may go undetected for many years, and further concealed by heavy debris accumulation, which often makes it undetectable to inspection scopes or cameras. So unless the duct cleaning contractor is notified in advance, cannot assume liability and/or be held responsible for accidental inner-ductwork wiring damage.</p>\n<p> </p>\n<h4><span style=\"font-size: 18pt; color: #ff0000;\">Additional Considerations</span></h4>\n<p> </p>\n<ul style=\"list-style-type: square;\">\n<li><strong>Hovering</strong> - Air Tech\'s crews will proudly show you what\'s being done. Just don\'t get too close to them while they\'re doing it. In addition to annoying, toe-stepping & head-bumping can be painful.</li>\n<li><strong>Shoes</strong> - OSHA rules, and under no circumstances HVAC workers are to take off their shoes. High amperage equipment, hidden power lines and metal duct-work are a constant risk for worker\'s electrocution and; rotary and/or compressed-air agitators can generate harmful electrostatic discharges. We will however, wear cloth booties to protect white or religious use carpeting, and use drop clothes to lay our tools over brand new flooring. But-please, don\'t ask the crew to wear booties on stairways, hardwood, ceramic or vinyl floors; it\'s a Slip & Fall waiting to happen, it is against OSHA regulations, and if you look at it in perspective, it\'s not worth forcing circumstances - it makes you responsible for injuries or damage! Safety First, God Bless OSHA.</li>\n<li><strong>HVAC Compartment Stuffing</strong> - Our biggest, heaviest & most powerful tool (negative air machine) will have to be placed at two different points next to your HVAC unit, and crew needs to focus on what they do best. A little space around the air handler will allow technicians to work at a much faster pace - So spend 10 minutes, clear some clutter, Save 2 Hours Off Your Day!</li>\n</ul>\n<p> </p>\n<p>Finally, keep in mind that every home or building is unique in many ways, and so will be your air conveyance cleaning project. In despite the odds, our crews grow wiser and more observant with every job, and are always prepared to back-track in a second, should human factors or special needs may arise. Hoping we may have the opportunity to serve you soon, we\'ll be delighted to answer any other questions or be of assistance in any other way. Keep in mind, we\'re just a phone call away! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQs','','inherit','closed','closed','','73-revision-v1','','','2017-02-20 11:28:01','2017-02-20 11:28:01','',73,'http://air-techinternational.com/?p=25534',0,'revision','',0),(25535,1,'2017-02-20 11:34:09','2017-02-20 11:34:09','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Contact Us\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>Serving Maryland, Northern Virginia & Washington D.C.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Have a query about our services? Call us directly or fill the form in this page. We will get back to you soon.</p>\n<p><strong>Tel: (240) 388-0030</strong></p>\n<p><strong>Fax: (866) 603-6959</strong></p>\n<p>You can also check our <a href=\"?page_id=73\">FAQ page</a> to find answers to commonly asked questions.</p>\n<p>We provide air duct and dryer vent cleaning in and Maryland. To find out more how we can help you with cleaning and repair work, check our <a href=\"?page_id=42\">Services</a> pages. </p>\n<p><strong></strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_font_size=\"16px\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','70-revision-v1','','','2017-02-20 11:34:09','2017-02-20 11:34:09','',70,'http://air-techinternational.com/?p=25535',0,'revision','',0),(25536,1,'2017-02-20 11:46:59','2017-02-20 11:46:59','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"REQUEST A QUOTE\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]<p>How can we help you today?</p>[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"696px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_line_height=\"1.8em\" text_font_size=\"20px\"]<p>Do you need help with your air duct cleaning or dryer vent cleaning? Or do you want a foreclosure cleanups or even a small home repairs? </p>\n<p>Just drop us a message below with your requirement and we will send you a free no obligation quote. If you like the quote, we can get started right away. </p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Requirement\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Request a Quote','','inherit','closed','closed','','69-revision-v1','','','2017-02-20 11:46:59','2017-02-20 11:46:59','',69,'http://air-techinternational.com/?p=25536',0,'revision','',0),(25537,1,'2017-02-20 11:50:21','2017-02-20 11:50:21','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"31px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" custom_padding=\"69px|0px|25.59375px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"#e09900\" padding_top_1=\"50px \" padding_right_1=\" 30px \" padding_bottom_1=\"50px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#e09900\" padding_bottom=\"50px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" text_font_size=\"25px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" inline_fonts=\"Oswald\"]<p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: normal; color: #ffffff;\">Just fill out this form to get an Instant Quote</span></p>[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" header_font=\"Oswald||||\" header_font_size=\"46px\" header_text_color=\"#1fa8e2\" text_font=\"||||\" text_font_size=\"21px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"100px|||\" disabled=\"off\"]<h1>WELCOME TO AIR TECH INT\'L</h1>\n<p>We offer Air Duct Cleaning, Dryer Vent Cleaning, Foreclosure Cleaning and Small Home Repairs in and around Maryland.</p>\n<p><span style=\"color: #ffffff;\"><strong>CALL US NOW - (240) 388-0030</strong></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]We serve Takoma Park, Silver Spring and Hyattsville[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c92a1c\" button_border_color=\"#c92a1c\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-02-20 11:50:21','2017-02-20 11:50:21','',38,'http://air-techinternational.com/?p=25537',0,'revision','',0),(25538,1,'2017-02-20 11:51:48','2017-02-20 11:51:48',' ','','','publish','closed','closed','','25538','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',42,'http://air-techinternational.com/?p=25538',3,'nav_menu_item','',0),(25539,1,'2017-02-20 11:51:48','2017-02-20 11:51:48',' ','','','publish','closed','closed','','25539','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',42,'http://air-techinternational.com/?p=25539',4,'nav_menu_item','',0),(25540,1,'2017-02-20 11:51:48','2017-02-20 11:51:48',' ','','','publish','closed','closed','','25540','','','2017-02-20 11:51:48','2017-02-20 11:51:48','',42,'http://air-techinternational.com/?p=25540',5,'nav_menu_item','',0),(25541,1,'2017-02-20 11:57:44','2017-02-20 11:57:44','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"200px\" bottom_padding=\"200px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Air Duct Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><img class=\"alignleft size-full wp-image-25388\" src=\"wp-content/uploads/2016/07/HEPA_Air_Machine.jpg\" alt=\"HEPA_Air_Machine\" width=\"192\" height=\"377\" />Air ducts & HVAC units cleaning is now considered the first step towards indoor air pollution control, provided that is done properly. This means following EPA\'s recommended cleaning techniques and; using the appropriate equipment, which is essential for managing massive contaminant disturbances.</p>\n<p>Air Tech\'s Air Duct cleaning rotary brush systemAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p>Air Duct Video Inspection SystemAnd because Seeing Is Believing, we\'re always Ready & Looking Forward to fulfill Consumer\'s Rights. In fact, our exclusive QA/QC program (itemized below) includes Complimentary duct cleaning video proofing since day one.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3>Residential Air Duct, HVAC Cleaning: Options & Pricing</h3>\n<p>Note: Base pricing set forth below is for 1 HVAC system featuring up to 16 supply air vents and; 3 return air intakes. Have a large home with Over 20 vents And/or 2 or More Separate HVAC Systems? Contact ATI for custom pricing. 240-388-0030</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\">Standard Air Duct Cleaning</span></strong></span><br /> <span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\"> Ductwork Only (Limited Service)</span></strong></span></p>\n<p>This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>\n<p><strong>Single Family Homes & Townhouses:</strong> $349.00<br /> <strong>Small (1 Br.) Apartments & Condos:</strong> $299.00</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\">HVAC (Furnace, Air Handler) Unit Cleaning</span></strong><br />\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\"> NADCA / EPA Compliant Comprehensive Service</span></strong></p>\n<p>If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.</p>\n<p><strong>Only $150.00 With Air Duct Cleaning! Excl. Service: $499.00</strong><br />\n<strong> Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</strong></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>1st Floor Dryer Vent Cleaning: <strong>Just $35.00</strong> With Air Duct Cleaning. Excl. Service: <strong>$109.00</strong></p>\n<p>Second Floor Dryer Vent Cleaning: $159</p>\n<p><span style=\"font-size: 18pt;\">Commercial & Industrial Air Duct Cleaning: Free Estimates</span></p>\n<p><span style=\"font-size: 18pt;\">Contact Air Tech For Scheduling & More Details. </span></p>\n<p><span style=\"font-size: 18pt;\"><strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span></p>\n<p><img class=\"size-full wp-image-25382 aligncenter\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning','','inherit','closed','closed','','46-revision-v1','','','2017-02-20 11:57:44','2017-02-20 11:57:44','',46,'http://air-techinternational.com/?p=25541',0,'revision','',0),(25542,1,'2017-02-20 12:01:19','2017-02-20 12:01:19','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"200px\" bottom_padding=\"200px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Air Duct Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><img class=\"alignleft size-full wp-image-25388\" src=\"wp-content/uploads/2016/07/HEPA_Air_Machine.jpg\" alt=\"HEPA_Air_Machine\" width=\"192\" height=\"377\" />Air ducts & HVAC units cleaning is now considered the first step towards indoor air pollution control, provided that is done properly. This means following EPA\'s recommended cleaning techniques and; using the appropriate equipment, which is essential for managing massive contaminant disturbances.</p>\n<p>Air Tech\'s Air Duct cleaning rotary brush systemAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p>Air Duct Video Inspection SystemAnd because Seeing Is Believing, we\'re always Ready & Looking Forward to fulfill Consumer\'s Rights. In fact, our exclusive QA/QC program (itemized below) includes Complimentary duct cleaning video proofing since day one.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3>Residential Air Duct, HVAC Cleaning: Options & Pricing</h3>\n<p>Note: Base pricing set forth below is for 1 HVAC system featuring up to 16 supply air vents and; 3 return air intakes. Have a large home with Over 20 vents And/or 2 or More Separate HVAC Systems? Contact ATI for custom pricing. 240-388-0030</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\">Standard Air Duct Cleaning</span></strong></span><br /> <span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\"> Ductwork Only (Limited Service)</span></strong></span></p>\n<p>This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>\n<p><strong>Single Family Homes & Townhouses:</strong> $349.00<br /> <strong>Small (1 Br.) Apartments & Condos:</strong> $299.00</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\">HVAC (Furnace, Air Handler) Unit Cleaning</span></strong><br />\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\"> NADCA / EPA Compliant Comprehensive Service</span></strong></p>\n<p>If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.</p>\n<p><strong>Only $150.00 With Air Duct Cleaning! Excl. Service: $499.00</strong><br />\n<strong> Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</strong></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>1st Floor Dryer Vent Cleaning: <strong>Just $35.00</strong> With Air Duct Cleaning. Excl. Service: <strong>$109.00</strong></p>\n<p><span style=\"font-size: 18pt;\">Commercial & Industrial Air Duct Cleaning: Free Estimates</span></p>\n<p><span style=\"font-size: 18pt;\">Contact Air Tech For Scheduling & More Details. </span></p>\n<p><span style=\"font-size: 18pt;\"><strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span></p>\n<p><img class=\"size-full wp-image-25382 aligncenter\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning','','inherit','closed','closed','','46-revision-v1','','','2017-02-20 12:01:19','2017-02-20 12:01:19','',46,'http://air-techinternational.com/?p=25542',0,'revision','',0),(25543,1,'2017-02-20 12:05:18','2017-02-20 12:05:18','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Dryer Vent Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]Commercial & Residential Dryer Exhaust Vents, Air Duct Cleaning Contractor MD/VA/DC[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2>Clogged Dryer Vents - More Than Annoying</h2>\n<p> </p>\n<p><img class=\"alignleft size-full wp-image-25381\" src=\"wp-content/uploads/2016/07/vac1a.gif\" alt=\"vac1a\" width=\"230\" height=\"250\" />Besides preventing fast drying action, excessive lint build-up or bird nesting in dryer vents may cause the dryer\'s temperature limit safety switch to cycle continuously, resulting in:</p>\n<p>(1) Higher dryer operation costs,</p>\n<p>(2) Clothing damage, or worse;</p>\n<p>(3) Overheating, which could possibly cause a Dryer Fire.</p>\n<p><br/></p>\n<p><br/></p>\n<p>Ro-Vac Professional dryer vent cleaning system. Removes lint and bird nests, cleans small vents and air ducts.Fortunately, this problem has a Fast & Economical Solution. The key to optimal dryer performance is insuring proper exhaust airflow, and our newest Ro-Vac D4 professional dryer vent cleaning system was engineered exclusively for such a task. It features special attachments that grab & pull soft blockages (wet lint, bird nests), and self-maneuvering brush drivers that can reach & thoroughly clean any length or shape dryer duct. No other system (hose brush, compressed-air tool) works nearly as good ...if at all !!</p>\n<p><br/></p>\n<p><span style=\"font-size: 16pt; line-height: 1.5;\">We\'re committed to deliver the highest quality services that you seek, for which invest in specialty tools that insure a job well done. So-please, save your receipt. With our newest D4, we Guarantee dryer vent cleaning at least 3 months.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"color: #000080;\">Pricing</span></h2>\n<p> </p>\n<p><strong>Basement, 1St. Floor Dryer Vent Cleaning:</strong> $109.00</p>\n<p><strong>2nd. floor wall-mounted dryer vents (Up to 20 Ft. high):</strong> $149.00</p>\n<p><strong>3Rd. floor, roof-mounted vents (Over 20 Ft. High)</strong>: Call For Pricing</p>\n<p> </p>\n<p><img class=\"alignleft size-full wp-image-25382\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" /></p>\n<p> </p>\n<p> </p>\n<p><span style=\"font-size: 14pt; line-height: 1.5;\"><span style=\"color: #ff0000;\"><strong>Service Coverage Area:</strong></span> Takoma Park, Silver Spring, Hyattsville</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Stop Birds & Other Pests From Nesting In Your Dryer Vent!</span></strong></span></h3>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"19px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><img class=\"alignleft size-full wp-image-25383\" src=\"wp-content/uploads/2016/07/birdguard.gif\" alt=\"birdguard\" width=\"177\" height=\"173\" />Universal bird screen fits over all standard dryer and bathroom vent end tips for positive protection against birds, rodents and other pests. <span style=\"color: #000080;\"><strong>Just $55.00,</strong></span> Installed! With dryer vent cleaning.</p>\n<p>Special Note - Because dryer\'s exhaust airflow is more important than heat in the drying process, the use of proper dryer venting materials as well as adequate installation not only validate our exclusive 3-Month cleaning service warranty, but also helps achieving maximum dryer performance, resulting in lower electric/gas usage over time.</p>\n<p> </p>\n<p><strong><span style=\"font-size: 18pt; line-height: 1.5;\">In order to achieve these savings:</span></strong></p>\n<ul style=\"list-style-type: square;\">\n<li>Your dryer vent should be independent from all other exhaust systems and vented outdoors</li>\n<li>Dryer ducts must be at least 4\" in diameter and/or as large as the dryer\'s outlet</li>\n<li>Only flexible metal connectors should be used between the dryer machine and the exhaust duct</li>\n<li>Duct-work joints should be secured with metal tape only, never screws or rivets</li>\n<li>Joints should be installed so the pipe connections point in the direction of the airflow</li>\n<li>Structurally concealed dryer vent ducts must be rigid metal (galvanized or aluminum)</li>\n<li>Outside end tip should not be obstructed or concealed (i.e. under decking or siding material)</li>\n<li>Outside dryer vent tip should be equipped with a back-draft damper, and a 1\" rodent/bird screen</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Dryer Vent Cleaning','','inherit','closed','closed','','47-revision-v1','','','2017-02-20 12:05:18','2017-02-20 12:05:18','',47,'http://air-techinternational.com/?p=25543',0,'revision','',0),(25544,1,'2017-02-20 12:08:19','2017-02-20 12:08:19','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Foreclosure Vacancy Cleanup\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"] [/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><img class=\"alignleft size-full wp-image-25373\" src=\"wp-content/uploads/2016/07/trashed-home.jpg\" alt=\"trashed home\" width=\"300\" height=\"198\" />Time is money, so the benefits of quickly turning REO/foreclosed or rental return properties into clean, safe and attractive homes for <g class=\"gr_ gr_13 gr-alert gr_gramm gr_disable_anim_appear Grammar only-ins replaceWithoutSep\" id=\"13\" data-gr-id=\"13\">market</g> cannot be overstated. Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to <g class=\"gr_ gr_14 gr-alert gr_gramm gr_disable_anim_appear Grammar multiReplace\" id=\"14\" data-gr-id=\"14\">make</g> your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><br/></p>\n<p>Our experienced Full-House Rehab team works with realtors, banks & landlords to quickly bring devastated homes to par. In addition to Police-assisted initial entry, intruder\'s eviction & property survey, services include, but are not limited to:</p>\n<p><strong>Exterior Trash-Out:</strong> Includes junk/debris, construction materials & light furniture removal, lawn mowing, edging, shrubs trimming, raking, gutter cleaning and; low hanging tree branches (up to 3\" in diameter) cutting, removal & haul-out.</p>\n<p><strong>Interior Clean-Out:</strong> Includes junk/debris & light furniture removal, and thorough cleaning of bathrooms, kitchen counters, cabinets and appliances, doors & windows, fireplaces, ceiling and wall fixtures, laundry rooms, closets, living areas carpet vacuuming, hard floors moping, full-house deodorizing, and garage junk/debris clearing and sweeping.</p>\n<p> </p>\n<h3><span style=\"font-size: 18pt;\"><strong>Additional Services</strong></span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>Plumbing Winterization & Board-Ups</li>\n<li>Flood/Sewer Back-Up Damage Repair</li>\n<li>Mold Remediation & Waterproofing</li>\n<li>Water Damaged Carpet Replacement</li>\n<li>HVAC Tune-Up Service & Repair</li>\n<li>Air Ducts & Dryer Vents Cleaning</li>\n<li>Wood Flooring Sanding & Re-Finishing</li>\n<li>Smoke & CO Detectors Install</li>\n</ul>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>Attic Cleaning, Heating Oil Tanks Removal</li>\n<li>Plumbing & Appliances Repair</li>\n<li>Interior Walls Patching, Finishing & Painting</li>\n<li>Fixtures & Light Electrical Wiring Repair</li>\n<li>Deck, Driveway & Siding Power Washing</li>\n<li>Windows & Doors Repair, Locksmith Work</li>\n<li>Pools / Fish Ponds Cleanout & Draining</li>\n<li>Abandoned Vehicles Removal / Towing</li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><strong>Bottom Line:</strong> Save time, aggravations & money, focus on market-ready real estate, not what\'s left of a home laden with junk. Let Air Tech clear entry, inspect, clean and restore your recent rental return, evicted or REO foreclosed home in a One-Stop operation, which is a much simpler, faster & cost effective approach, and a hassle-free resource that you can always count on.</p>\n<p>Banks have already accepted capital investments under the Treasury Department\'s ERP, which announced commitments totaling $161.3 billion out of $250 billion allocated. Sure enough, it means fresh money for loans! So foreclosed or not, struggling to sell a run-down home makes no sense when all that it takes to get it fixed... is a single phone call.</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Foreclosure Vacancy Cleanup','','inherit','closed','closed','','53-revision-v1','','','2017-02-20 12:08:19','2017-02-20 12:08:19','',53,'http://air-techinternational.com/?p=25544',0,'revision','',0),(25545,1,'2017-02-20 12:08:35','2017-02-20 12:08:35','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Foreclosure Vacancy Cleanup\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"] [/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><img class=\"alignleft size-full wp-image-25373\" src=\"wp-content/uploads/2016/07/trashed-home.jpg\" alt=\"trashed home\" width=\"300\" height=\"198\" />Time is money, so the benefits of quickly turning REO/foreclosed or rental return properties into clean, safe and attractive homes for <g class=\"gr_ gr_13 gr-alert gr_gramm gr_disable_anim_appear Grammar only-ins replaceWithoutSep\" id=\"13\" data-gr-id=\"13\">market</g> cannot be overstated. Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to <g class=\"gr_ gr_14 gr-alert gr_gramm gr_disable_anim_appear Grammar multiReplace\" id=\"14\" data-gr-id=\"14\">make</g> your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><br/></p>\n<p>Our experienced Full-House Rehab team works with realtors, banks & landlords to quickly bring devastated homes to par. In addition to Police-assisted initial entry, intruder\'s eviction & property survey, services include, but are not limited to:</p>\n<p><strong>Exterior Trash-Out:</strong> Includes junk/debris, construction materials & light furniture removal, lawn mowing, edging, shrubs trimming, raking, gutter cleaning and; low hanging tree branches (up to 3\" in diameter) cutting, removal & haul-out.</p>\n<p><strong>Interior Clean-Out:</strong> Includes junk/debris & light furniture removal, and thorough cleaning of bathrooms, kitchen counters, cabinets and appliances, doors & windows, fireplaces, ceiling and wall fixtures, laundry rooms, closets, living areas carpet vacuuming, hard floors moping, full-house deodorizing, and garage junk/debris clearing and sweeping.</p>\n<p> </p>\n<h3><span style=\"font-size: 18pt;\"><strong>Additional Services</strong></span></h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>Plumbing Winterization & Board-Ups</li>\n<li>Flood/Sewer Back-Up Damage Repair</li>\n<li>Mold Remediation & Waterproofing</li>\n<li>Water Damaged Carpet Replacement</li>\n<li>HVAC Tune-Up Service & Repair</li>\n<li>Air Ducts & Dryer Vents Cleaning</li>\n<li>Wood Flooring Sanding & Re-Finishing</li>\n<li>Smoke & CO Detectors Install</li>\n</ul>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<ul style=\"list-style-type: square;\">\n<li>Attic Cleaning, Heating Oil Tanks Removal</li>\n<li>Plumbing & Appliances Repair</li>\n<li>Interior Walls Patching, Finishing & Painting</li>\n<li>Fixtures & Light Electrical Wiring Repair</li>\n<li>Deck, Driveway & Siding Power Washing</li>\n<li>Windows & Doors Repair, Locksmith Work</li>\n<li>Pools / Fish Ponds Cleanout & Draining</li>\n<li>Abandoned Vehicles Removal / Towing</li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p><strong>Bottom Line:</strong> Save time, aggravations & money, focus on market-ready real estate, not what\'s left of a home laden with junk. Let Air Tech clear entry, inspect, clean and restore your recent rental return, evicted or REO foreclosed home in a One-Stop operation, which is a much simpler, faster & cost effective approach, and a hassle-free resource that you can always count on.</p>\n<p>Banks have already accepted capital investments under the Treasury Department\'s ERP, which announced commitments totaling $161.3 billion out of $250 billion allocated. Sure enough, it means fresh money for loans! So foreclosed or not, struggling to sell a run-down home makes no sense when all that it takes to get it fixed... is a single phone call.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Foreclosure Vacancy Cleanup','','inherit','closed','closed','','53-revision-v1','','','2017-02-20 12:08:35','2017-02-20 12:08:35','',53,'http://air-techinternational.com/?p=25545',0,'revision','',0),(25546,1,'2017-03-04 17:25:07','2017-03-04 17:25:07','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"50px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" custom_padding=\"0px|0px|25.59375px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Oswald||||\" text_font_size=\"25px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"|||\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_31 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"31\" data-gr-id=\"31\">Park</g> and Hyattsville</h1>\nJust fill out this form to get an Instant Quote[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]We serve Takoma Park, Silver Spring and Hyattsville[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c92a1c\" button_border_color=\"#c92a1c\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-04 17:25:07','2017-03-04 17:25:07','',38,'http://air-techinternational.com/?p=25546',0,'revision','',0),(25547,1,'2017-03-04 17:25:44','2017-03-04 17:25:44','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"50px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" custom_padding=\"0px|0px|25.59375px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Oswald||||\" text_font_size=\"25px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"|||\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_31 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"31\" data-gr-id=\"31\">Park</g> and Hyattsville</h1>\nJust fill out this form to get an Instant Quote[/et_pb_text][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]We serve Takoma Park, Silver Spring and Hyattsville[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c92a1c\" button_border_color=\"#c92a1c\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-04 17:25:44','2017-03-04 17:25:44','',38,'http://air-techinternational.com/?p=25547',0,'revision','',0); INSERT INTO `wp_posts` VALUES (25548,1,'2017-03-04 17:28:14','2017-03-04 17:28:14','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"50px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" custom_padding=\"0px|0px|25.59375px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Oswald||||\" text_font_size=\"25px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"|||\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_31 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"31\" data-gr-id=\"31\">Park</g> and Hyattsville</h1>\nJust fill out this form to get an Instant Quote[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\nName - %%name%%\nEmail - %%Email%%\nZip: %%Zip%%\nPhone - %%phone%%\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"29px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]We serve Takoma Park, Silver Spring and Hyattsville[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"CONTACT US\" button_alignment=\"right\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c92a1c\" button_border_color=\"#c92a1c\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-04 17:28:14','2017-03-04 17:28:14','',38,'http://air-techinternational.com/?p=25548',0,'revision','',0),(25549,1,'2017-03-05 05:38:11','2017-03-05 05:38:11','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"50px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" custom_padding=\"0px|0px|25.59375px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"|||\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_4 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"4\" data-gr-id=\"4\">Park</g> and Hyattsville</h1>\n<p>Need a quick quote?Just fill this up and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\nName - %%name%%\nEmail - %%Email%%\nZip: %%Zip%%\nPhone - %%phone%%\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"36px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Call (240) 388-0030 to talk to an air duct cleaning expert now</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-05 05:38:11','2017-03-05 05:38:11','',38,'http://air-techinternational.com/?p=25549',0,'revision','',0),(25550,1,'2017-03-05 05:39:31','2017-03-05 05:39:31','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"50px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"4\" custom_padding=\"0px|0px|25.59375px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"|||\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_4 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"4\" data-gr-id=\"4\">Park</g> and Hyattsville</h1>\n<p>Need a quick quote?Just fill this up and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\nName - %%name%%\nEmail - %%Email%%\nZip: %%Zip%%\nPhone - %%phone%%\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"36px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Call (240) 388-0030 to talk to an air duct cleaning expert now</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-05 05:39:31','2017-03-05 05:39:31','',38,'http://air-techinternational.com/?p=25550',0,'revision','',0),(25551,1,'2017-03-06 09:52:03','2017-03-06 09:52:03','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|off\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]<h1>Need an air duct cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"off|off|on\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|1px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"39px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring','','publish','closed','closed','','air-duct-dryer-vent-cleaning-silver-spring','','','2017-03-18 12:31:43','2017-03-18 12:31:43','',0,'http://air-techinternational.com/?page_id=25551',0,'page','',0),(25552,1,'2017-03-05 05:49:20','2017-03-05 05:49:20','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"50px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|25.59375px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"|||\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_4 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"4\" data-gr-id=\"4\">Park</g> and Hyattsville</h1>\n<p>Need a quick quote?Just fill this up and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\nName - %%name%%\nEmail - %%Email%%\nZip: %%Zip%%\nPhone - %%phone%%\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"36px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Call (240) 388-0030 to talk to an air duct cleaning expert now</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-05 05:49:20','2017-03-05 05:49:20','',38,'http://air-techinternational.com/?p=25552',0,'revision','',0),(25553,1,'2017-03-05 05:50:40','2017-03-05 05:50:40','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"50px|0px|23px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|30px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_4 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"4\" data-gr-id=\"4\">Park</g> and Hyattsville</h1>\n<p>Need a quick quote?Just fill this up and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\nName - %%name%%\nEmail - %%Email%%\nZip: %%Zip%%\nPhone - %%phone%%\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"36px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Call (240) 388-0030 to talk to an air duct cleaning expert now</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-05 05:50:40','2017-03-05 05:50:40','',38,'http://air-techinternational.com/?p=25553',0,'revision','',0),(25554,1,'2017-03-05 05:51:58','2017-03-05 05:51:58','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_4 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"4\" data-gr-id=\"4\">Park</g> and Hyattsville</h1>\n<p>Need a quick quote?Just fill this up and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\nName - %%name%%\nEmail - %%Email%%\nZip: %%Zip%%\nPhone - %%phone%%\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"36px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Call (240) 388-0030 to talk to an air duct cleaning expert now</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech’s Air Duct cleaning rotary brush system Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][et_pb_image show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech</span></h3>\n<hr />[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\r\nName - %%name%%\r\nEmail - %%Email%%\r\nPhone - %%phone%%\r\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-05 05:51:58','2017-03-05 05:51:58','',38,'http://air-techinternational.com/?p=25554',0,'revision','',0),(25555,1,'2017-03-05 05:57:03','2017-03-05 05:57:03','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" admin_label=\"Section\"][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 05:57:03','2017-03-05 05:57:03','',25551,'http://air-techinternational.com/?p=25555',0,'revision','',0),(25556,1,'2017-03-05 05:59:17','2017-03-05 05:59:17','[et_pb_section transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 05:59:17','2017-03-05 05:59:17','',25551,'http://air-techinternational.com/?p=25556',0,'revision','',0),(25557,1,'2017-03-05 06:00:38','2017-03-05 06:00:38','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 06:00:38','2017-03-05 06:00:38','',25551,'http://air-techinternational.com/?p=25557',0,'revision','',0),(25558,1,'2017-03-05 06:01:02','2017-03-05 06:01:02','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 06:01:02','2017-03-05 06:01:02','',25551,'http://air-techinternational.com/?p=25558',0,'revision','',0),(25559,1,'2017-03-05 06:01:36','2017-03-05 06:01:36','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\" custom_padding=\"40px|||\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 06:01:36','2017-03-05 06:01:36','',25551,'http://air-techinternational.com/?p=25559',0,'revision','',0),(25560,1,'2017-03-05 06:49:21','2017-03-05 06:49:21','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\" custom_padding=\"40px|||\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 06:49:21','2017-03-05 06:49:21','',25551,'http://air-techinternational.com/?p=25560',0,'revision','',0),(25561,1,'2017-03-05 06:50:53','2017-03-05 06:50:53','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"right\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nCall our experts\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\" custom_padding=\"40px|||\" text_font=\"Oswald|||on|\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 06:50:53','2017-03-05 06:50:53','',25551,'http://air-techinternational.com/?p=25561',0,'revision','',0),(25562,1,'2017-03-05 06:51:11','2017-03-05 06:51:11','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\" custom_padding=\"40px|||\" text_font=\"Oswald|||on|\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 06:51:11','2017-03-05 06:51:11','',25551,'http://air-techinternational.com/?p=25562',0,'revision','',0),(25563,1,'2017-03-05 06:54:08','2017-03-05 06:54:08','[et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" template_type=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma <g class=\"gr_ gr_4 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"4\" data-gr-id=\"4\">Park</g> and Hyattsville</h1>\n<p>Need a quick quote?Just fill this up and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\nName - %%name%%\nEmail - %%Email%%\nZip: %%Zip%%\nPhone - %%phone%%\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Main lead gen form','','publish','closed','closed','','main-lead-gen-form','','','2017-03-05 06:54:08','2017-03-05 06:54:08','',0,'http://air-techinternational.com/?post_type=et_pb_layout&p=25563',0,'et_pb_layout','',0),(25564,1,'2017-03-05 06:55:03','2017-03-05 06:55:03','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\" custom_padding=\"40px|||\" text_font=\"Oswald|||on|\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]\r\n<h1>Air-Tech Int\'l offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma Park and Hyattsville</h1>\r\nNeed a quick quote?Just fill this up and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 06:55:03','2017-03-05 06:55:03','',25551,'http://air-techinternational.com/?p=25564',0,'revision','',0),(25565,1,'2017-03-05 06:56:24','2017-03-05 06:56:24','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\" custom_padding=\"40px|||\" text_font=\"Oswald|||on|\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this up and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 06:56:24','2017-03-05 06:56:24','',25551,'http://air-techinternational.com/?p=25565',0,'revision','',0),(25566,1,'2017-03-05 07:15:38','2017-03-05 07:15:38','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\" custom_padding=\"40px|||\" text_font=\"Oswald|||on|\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"22px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this up and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 07:15:38','2017-03-05 07:15:38','',25551,'http://air-techinternational.com/?p=25566',0,'revision','',0),(25567,1,'2017-03-05 07:16:13','2017-03-05 07:16:13','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|2px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" text_font_size=\"22\" border_color=\"#ffffff\" custom_padding=\"40px|||\" text_font=\"Oswald|||on|\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this up and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 07:16:13','2017-03-05 07:16:13','',25551,'http://air-techinternational.com/?p=25567',0,'revision','',0),(25568,1,'2017-03-05 07:49:30','2017-03-05 07:49:30','[et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.96)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.96)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this up and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2>Standard Air Duct Cleaning<br /> Ductwork Only (Limited Service)</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"16px\"]This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2>HVAC (Furnace, Air Handler) Unit Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"16px\"]If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 07:49:30','2017-03-05 07:49:30','',25551,'http://air-techinternational.com/?p=25568',0,'revision','',0),(25569,1,'2017-03-05 08:23:17','2017-03-05 08:23:17','[et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.96)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.96)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this up and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2>Standard Air Duct Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"16px\"]This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2>HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"16px\"]If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 08:23:17','2017-03-05 08:23:17','',25551,'http://air-techinternational.com/?p=25569',0,'revision','',0),(25570,1,'2017-03-05 09:40:31','2017-03-05 09:40:31','[et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.96)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.96)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this up and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font=\"||||\" header_font=\"|||on|\" header_font_size=\"32px\"]<h2>Standard Air Duct Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\"]This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2>HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\"]If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]<p>Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 09:40:31','2017-03-05 09:40:31','',25551,'http://air-techinternational.com/?p=25570',0,'revision','',0),(25571,1,'2017-03-05 09:56:34','2017-03-05 09:56:34','[et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.96)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.96)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this up and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"29px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#e09900\" background_color_3=\"#8300e9\" padding_top_1=\"30px \" padding_right_1=\" 30px \" padding_bottom_1=\" 30px \" padding_left_1=\"30px\" padding_top_2=\"30px \" padding_right_2=\" 30px \" padding_bottom_2=\" 30px \" padding_left_2=\"30px\" padding_top_3=\"30px \" padding_right_3=\" 30px \" padding_bottom_3=\" 30px \" padding_left_3=\"30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" background_color=\"#0c71c3\" padding_bottom=\" 30px \" padding_left=\"30px\" padding_right=\" 30px \" padding_top=\"30px \" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#e09900\" padding_bottom=\" 30px \" padding_left=\"30px\" padding_right=\" 30px \" padding_top=\"30px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<p>10+ Years Experiences</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#8300e9\" padding_bottom=\" 30px \" padding_left=\"30px\" padding_right=\" 30px \" padding_top=\"30px \" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font=\"||||\" header_font=\"|||on|\" header_font_size=\"32px\"]<h2>Standard Air Duct Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\"]This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2>HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\"]If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]<p>Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]<h3><span style=\"font-size: xx-large; line-height: 1.5;\">Air Tech air duct cleaning prices</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_font=\"Open Sans||||\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 09:56:34','2017-03-05 09:56:34','',25551,'http://air-techinternational.com/?p=25571',0,'revision','',0),(25572,1,'2017-03-05 09:57:18','2017-03-05 09:57:18','[et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us - <a href=\"tel:2403880030\">(240) 388-0030</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.96)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.96)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this up and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"29px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#e09900\" background_color_3=\"#8300e9\" padding_top_1=\"30px \" padding_right_1=\" 30px \" padding_bottom_1=\" 30px \" padding_left_1=\"30px\" padding_top_2=\"30px \" padding_right_2=\" 30px \" padding_bottom_2=\" 30px \" padding_left_2=\"30px\" padding_top_3=\"30px \" padding_right_3=\" 30px \" padding_bottom_3=\" 30px \" padding_left_3=\"30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" background_color=\"#0c71c3\" padding_bottom=\" 30px \" padding_left=\"30px\" padding_right=\" 30px \" padding_top=\"30px \" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#e09900\" padding_bottom=\" 30px \" padding_left=\"30px\" padding_right=\" 30px \" padding_top=\"30px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\"]<p>10+ Years Experiences</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#8300e9\" padding_bottom=\" 30px \" padding_left=\"30px\" padding_right=\" 30px \" padding_top=\"30px \" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font=\"||||\" header_font=\"|||on|\" header_font_size=\"32px\"]<h2>Standard Air Duct Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\"]This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\"]<h2>HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\"]If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]<p>Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]<h3><span style=\"font-size: xx-large; line-height: 1.5;\">Air Tech air duct cleaning prices</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_font=\"Open Sans||||\" background_color=\"#ededed\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 09:57:18','2017-03-05 09:57:18','',25551,'http://air-techinternational.com/?p=25572',0,'revision','',0),(25573,1,'2017-03-05 10:19:15','2017-03-05 10:19:15','[et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.96)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.96)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#e09900\" background_color_3=\"#8300e9\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0c71c3\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"22px\" text_line_height=\"1.8em\" text_font=\"|on|||\"]NADCA / EPA Compliant Comprehensive Service[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#e09900\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"22px\" text_line_height=\"1.8em\" text_font=\"|on|||\"]<p>10+ years of experience in HVAC and dryer vent cleaning</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#8300e9\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"22px\" text_line_height=\"1.8em\" text_font=\"|on|||\"]<p>1000+ air ducts and dryer vents cleaned</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2>Standard Air Duct Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2>HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"#ededed\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/architecture-839362_1920.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\"]Airtech International has cleaned my dryer vent for eight years. Excellent service![/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\"]<p>Airtech International brings a diversity of services with excellence!</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 10:19:15','2017-03-05 10:19:15','',25551,'http://air-techinternational.com/?p=25573',0,'revision','',0),(25575,1,'2017-03-05 10:23:27','2017-03-05 10:23:27','','CC_Logo','','inherit','open','closed','','cc_logo-2','','','2017-03-05 10:23:27','2017-03-05 10:23:27','',0,'http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif',0,'attachment','image/gif',0),(25576,1,'2017-03-05 10:23:31','2017-03-05 10:23:31','','vac1a','','inherit','open','closed','','vac1a-2','','','2017-03-05 10:23:31','2017-03-05 10:23:31','',0,'http://air-techinternational.com/wp-content/uploads/2017/03/vac1a.gif',0,'attachment','image/gif',0),(25577,1,'2017-03-05 10:38:24','2017-03-05 10:38:24','[et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#0d55db\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]NADCA / EPA Compliant Comprehensive Service[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>10+ years of experience in HVAC and dryer vent cleaning</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0d55db\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>1000+ air ducts and dryer vents cleaned</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2>Standard Air Duct Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h2>HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\"]<h4>What Clients say about our air duct and dryer vent cleaning services?</h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]Airtech International has cleaned my dryer vent for eight years. Excellent service![/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<p>Airtech International brings a diversity of services with excellence!</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</h1>\n<p><br/></p>\n<p>Just fill up this form and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International\nName - %%name%%\nEmail - %%Email%%\nZip: %%Zip%%\nPhone - %%phone%%\nMessage - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 10:38:24','2017-03-05 10:38:24','',25551,'http://air-techinternational.com/?p=25577',0,'revision','',0),(25578,1,'2017-03-05 10:40:20','2017-03-05 10:40:20','[et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"] Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#0d55db\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]\r\n<h1>Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</h1>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 10:40:20','2017-03-05 10:40:20','',25551,'http://air-techinternational.com/?p=25578',0,'revision','',0),(25579,1,'2017-03-05 10:41:21','2017-03-05 10:41:21','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" animation=\"left\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"] Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#0d55db\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]\r\n<h1>Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</h1>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 10:41:21','2017-03-05 10:41:21','',25551,'http://air-techinternational.com/?p=25579',0,'revision','',0),(25580,1,'2017-03-05 10:42:46','2017-03-05 10:42:46','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" animation=\"left\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"] Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#0d55db\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]\r\n<h1>Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</h1>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"font-size: 18pt;\">Copyright 2017 | Air-Tech Int\'l</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 10:42:46','2017-03-05 10:42:46','',25551,'http://air-techinternational.com/?p=25580',0,'revision','',0),(25581,1,'2017-03-05 10:44:38','2017-03-05 10:44:38','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"] Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#0d55db\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0d55db\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</h1>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 10:44:38','2017-03-05 10:44:38','',25551,'http://air-techinternational.com/?p=25581',0,'revision','',0),(25582,1,'2017-03-05 11:03:51','2017-03-05 11:03:51','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"] Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#0d55db\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0d55db\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h1>Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</h1>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 11:03:51','2017-03-05 11:03:51','',25551,'http://air-techinternational.com/?p=25582',0,'revision','',0),(25583,1,'2017-03-05 11:10:48','2017-03-05 11:10:48','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"] Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h5><span style=\"color: #ffffff; font-size: x-large;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 11:10:48','2017-03-05 11:10:48','',25551,'http://air-techinternational.com/?p=25583',0,'revision','',0),(25584,1,'2017-03-05 11:18:08','2017-03-05 11:18:08','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p><strong><span style=\"font-size: xx-large;\"></span></strong></p>[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p><strong><span style=\"font-size: xx-large;\"></span></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]<h5><span style=\"color: #ffffff; font-size: x-large;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 11:18:08','2017-03-05 11:18:08','',25551,'http://air-techinternational.com/?p=25584',0,'revision','',0),(25585,1,'2017-03-05 11:19:42','2017-03-05 11:19:42','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" admin_label=\"Testimonial\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]<span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 11:19:42','2017-03-05 11:19:42','',25551,'http://air-techinternational.com/?p=25585',0,'revision','',0),(25586,1,'2017-03-05 11:20:50','2017-03-05 11:20:50','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-05 11:20:50','2017-03-05 11:20:50','',25551,'http://air-techinternational.com/?p=25586',0,'revision','',0),(25587,1,'2017-03-06 09:35:24','2017-03-06 09:35:24','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Cover-pic-e1469039631238.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" alt=\"Air duct cleaning in Silver Spring\" animation=\"left\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-06 09:35:24','2017-03-06 09:35:24','',25551,'http://air-techinternational.com/?p=25587',0,'revision','',0),(25588,1,'2017-03-06 09:36:52','2017-03-06 09:36:52','','Logo','','inherit','open','closed','','logo','','','2017-03-06 09:37:51','2017-03-06 09:37:51','',0,'http://air-techinternational.com/wp-content/uploads/2017/03/Logo.jpg',0,'attachment','image/jpeg',0),(25589,1,'2017-03-06 09:38:37','2017-03-06 09:38:37','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" alt=\"Air duct cleaning in Silver Spring\" animation=\"left\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-06 09:38:37','2017-03-06 09:38:37','',25551,'http://air-techinternational.com/?p=25589',0,'revision','',0),(25590,1,'2017-03-06 09:39:28','2017-03-06 09:39:28','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-06 09:39:28','2017-03-06 09:39:28','',25551,'http://air-techinternational.com/?p=25590',0,'revision','',0),(25591,1,'2017-03-06 09:40:37','2017-03-06 09:40:37','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in SIlver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech air duct cleaning prices</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-06 09:40:37','2017-03-06 09:40:37','',25551,'http://air-techinternational.com/?p=25591',0,'revision','',0),(25592,1,'2017-03-06 09:49:44','2017-03-06 09:49:44','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h1>Need an air duct cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-06 09:49:44','2017-03-06 09:49:44','',25551,'http://air-techinternational.com/?p=25592',0,'revision','',0),(25594,1,'2017-03-06 09:53:27','2017-03-06 09:53:27','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h1>Need an air duct cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct and Dryer Vent Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-06 09:53:27','2017-03-06 09:53:27','',25551,'http://air-techinternational.com/?p=25594',0,'revision','',0),(25596,1,'2017-03-06 10:17:57','2017-03-06 10:17:57','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"40px|||\" disabled=\"off\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"on|on|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h1>Need an air duct cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"40px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|on\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" use_custom_gutter=\"on\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||10px|\" disabled=\"off\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|1px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"39px|0px|40px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#990c04\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"30px|30px|30px|30px\" disabled=\"off\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_font_size=\"32px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" body_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#1c1c1c\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"20px|0px|21px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"25.59375px|0px|13px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-06 10:17:57','2017-03-06 10:17:57','',25551,'http://air-techinternational.com/?p=25596',0,'revision','',0),(25597,1,'2017-03-12 06:41:31','2017-03-12 06:41:31','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients in Silver Spring, Takoma Park and Hyattsville. We resolve general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"20px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air-duct Cleaning</li>\r\n <li>Dryer Vent Cleaning</li>\r\n <li>Foreclosure Cleaning</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"20px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>General Construction Contracting</li>\r\n <li>Small Home Repair</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\"><span style=\"color: #0c71c3;\">Our Exclusive QA/QC, Customer Service Warranties</span>\r\n</span></strong></h3>\r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, the customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.</li>\r\n <li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.</li>\r\n <li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore ensures technician\'s Honesty & Integrity at all times.</li>\r\n <li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.</li>\r\n <li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.</li>\r\n <li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Is Fully Licensed & Insured. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" url_new_window=\"off\" button_text=\"OUR SERVICES\" use_background_color=\"off\" background_color=\"#1e73be\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2017-03-12 06:41:31','2017-03-12 06:41:31','',40,'http://air-techinternational.com/?p=25597',0,'revision','',0),(25599,1,'2017-03-12 06:42:30','2017-03-12 06:42:30','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\"][et_pb_fullwidth_slider parallax=\"on\" top_padding=\"200px\" bottom_padding=\"200px\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"][et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font=\"Droid Sans||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row use_custom_width=\"on\" custom_width_percent=\"70%\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"16\" text_line_height=\"1.8em\"]<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving air supply, general maintenance, construction, foreclosure cleanup, and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek.</span></p>\n<p><br/></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Air Tech’s Air Duct cleaning rotary brush system is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p><br/></p>\n<p> <a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p>\n<p><br/></p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p><br/></p>\n<p><br/></p>\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" make_equal=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\" align=\"right\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2017-03-12 06:42:30','2017-03-12 06:42:30','',42,'http://air-techinternational.com/?p=25599',0,'revision','',0),(25600,1,'2017-03-12 06:44:27','2017-03-12 06:44:27','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients in Silver Spring, Takoma Park and Hyattsville. We resolve general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"20px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air-duct Cleaning</li>\r\n <li>Dryer Vent Cleaning</li>\r\n <li>Foreclosure Cleaning</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"20px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>General Construction Contracting</li>\r\n <li>Small Home Repair</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\"><span style=\"color: #0c71c3;\">Our Exclusive QA/QC, Customer Service Warranties</span>\r\n</span></strong></h3>\r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, the customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.</li>\r\n <li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.</li>\r\n <li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore ensures technician\'s Honesty & Integrity at all times.</li>\r\n <li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.</li>\r\n <li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.</li>\r\n <li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] Air Tech Is Fully Licensed & Insured. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"0\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_color_1=\"#0c71c3\" padding_top_1=\"40px\" padding_right_1=\"40px\" padding_bottom_1=\"40px\" padding_left_1=\"40px\" parallax_2=\"off\" parallax_method_2=\"off\" background_color_2=\"#4ba31b\" padding_top_2=\"40px\" padding_right_2=\"40px\" padding_bottom_2=\"40px\" padding_left_2=\"40px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" url_new_window=\"off\" button_text=\"OUR SERVICES\" use_background_color=\"off\" background_color=\"#1e73be\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"GET A QUOTE\" use_background_color=\"off\" background_color=\"#1e73be\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2017-03-12 06:44:27','2017-03-12 06:44:27','',40,'http://air-techinternational.com/?p=25600',0,'revision','',0),(25601,1,'2017-03-12 06:45:28','2017-03-12 06:45:28','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\n[et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients in Silver Spring, Takoma Park and Hyattsville. We resolve general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"20px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air-duct Cleaning</li>\r\n <li>Dryer Vent Cleaning</li>\r\n <li>Foreclosure Cleaning</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"20px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<ul style=\"list-style-type: square;\">\r\n <li>General Construction Contracting</li>\r\n <li>Small Home Repair</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\"><span style=\"color: #0c71c3;\">Our Exclusive QA/QC, Customer Service Warranties</span>\r\n</span></strong></h3>\r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, the customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.</li>\r\n <li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.</li>\r\n <li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore ensures technician\'s Honesty & Integrity at all times.</li>\r\n <li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.</li>\r\n <li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.</li>\r\n <li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nAir Tech Is Fully Licensed & Insured.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"0\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_color_1=\"#0c71c3\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" parallax_2=\"off\" parallax_method_2=\"off\" background_color_2=\"#4ba31b\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" url_new_window=\"off\" button_text=\"OUR SERVICES\" use_background_color=\"off\" background_color=\"#1e73be\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"off\" button_text=\"GET A QUOTE\" use_background_color=\"off\" background_color=\"#1e73be\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2017-03-12 06:45:28','2017-03-12 06:45:28','',40,'http://air-techinternational.com/?p=25601',0,'revision','',0),(25603,1,'2017-03-12 06:51:14','2017-03-12 06:51:14','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\"][et_pb_fullwidth_slider parallax=\"on\" top_padding=\"150px\" bottom_padding=\"150px\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"][et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients in Silver Spring, Takoma Park and Hyattsville. We resolve general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"]<ul style=\"list-style-type: square;\">\n<li>Air-duct Cleaning</li>\n<li>Dryer Vent Cleaning</li>\n<li>Foreclosure Cleaning</li>\n</ul>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"]<ul style=\"list-style-type: square;\">\n<li>General Construction Contracting</li>\n<li>Small Home Repair</li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\"><span style=\"color: #0c71c3;\">Our Exclusive QA/QC, Customer Service Warranties</span><br /> </span></strong></h3>\n<ul style=\"list-style-type: square;\">\n<li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, the customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.<br /><br /></li>\n<li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.<br /><br /></li>\n<li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore ensures technician\'s Honesty & Integrity at all times.<br /><br /></li>\n<li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.<br /><br /></li>\n<li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.<br /><br /></li>\n<li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\"]\r\n\r\nAir Tech Is Fully Licensed & Insured.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#4ba31b\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" gutter_width=\"1\" make_equal=\"on\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\" background_color=\"#0c71c3\" padding_bottom=\"70px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"70px\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" button_text=\"OUR SERVICES\" use_background_color=\"off\" admin_label=\"Call To Action\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#4ba31b\" padding_bottom=\"70px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"70px\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"GET A QUOTE\" use_background_color=\"off\" admin_label=\"Call To Action\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2017-03-12 06:51:14','2017-03-12 06:51:14','',40,'http://air-techinternational.com/?p=25603',0,'revision','',0),(25605,1,'2017-03-12 06:52:31','2017-03-12 06:52:31','[et_pb_section bb_built=\"1\" admin_label=\"section\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" parallax=\"on\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"]\r\n\r\n[et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide]\r\n\r\n[/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients in Silver Spring, Takoma Park and Hyattsville. We resolve general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" use_custom_width=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"]\r\n\r\n<ul style=\"list-style-type: square;\">\r\n<li>Air-duct Cleaning</li>\r\n<li>Dryer Vent Cleaning</li>\r\n<li>Foreclosure Cleaning</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"]\r\n\r\n<ul style=\"list-style-type: square;\">\r\n<li>General Construction Contracting</li>\r\n<li>Small Home Repair</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\r\n\r\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\r\n\r\n<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\"><span style=\"color: #0c71c3;\">Our Exclusive QA/QC, Customer Service Warranties</span><br /> </span></strong></h3>\r\n<ul style=\"list-style-type: square;\">\r\n<li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, the customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.<br /><br /></li>\r\n<li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.<br /><br /></li>\r\n<li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore ensures technician\'s Honesty & Integrity at all times.<br /><br /></li>\r\n<li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.<br /><br /></li>\r\n<li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.<br /><br /></li>\r\n<li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\"]\r\n\r\nAir Tech Is Fully Licensed & Insured.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#4ba31b\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\" parallax_method_1=\"off\" parallax_method_2=\"off\" gutter_width=\"1\" make_equal=\"on\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" button_text=\"OUR SERVICES\" use_background_color=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"GET A QUOTE\" use_background_color=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2017-03-12 06:52:31','2017-03-12 06:52:31','',40,'http://air-techinternational.com/?p=25605',0,'revision','',0),(25606,1,'2017-03-12 06:52:32','2017-03-12 06:52:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\"][et_pb_fullwidth_slider parallax=\"on\" top_padding=\"150px\" bottom_padding=\"150px\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_font_size=\"42\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"][et_pb_slide heading=\"ABOUT AIR TECH INTERNATIONAL\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\n\nAir Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients in Silver Spring, Takoma Park and Hyattsville. We resolve general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek. Our services include, but are not limited to:\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"]\n\n<ul style=\"list-style-type: square;\">\n<li>Air-duct Cleaning</li>\n<li>Dryer Vent Cleaning</li>\n<li>Foreclosure Cleaning</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"]\n\n<ul style=\"list-style-type: square;\">\n<li>General Construction Contracting</li>\n<li>Small Home Repair</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\n\nATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\"]\n\n<h3><strong><span style=\"font-size: 18pt; line-height: 1.5; color: #000080;\"><span style=\"color: #0c71c3;\">Our Exclusive QA/QC, Customer Service Warranties</span><br /> </span></strong></h3>\n<ul style=\"list-style-type: square;\">\n<li><strong>On-Time Arrival</strong> - Air Tech guarantees appointment keeping within 30 minutes, which by all means is considered a grace period. Otherwise, the customer shall be unconditionally entitled to 20% Off Invoice Value despite whatever circumstances may have caused the unforeseen delay.<br /><br /></li>\n<li><strong>No Hidden Fees</strong> - Air Tech guarantees that all service fees are to be set forth At The Time Of Booking. Should the need arise, unforeseen and/or additional improvements, tasks or services may be noted -but not proposed- to the client by the crew while on-site.<br /><br /></li>\n<li><strong>Character Technicians</strong> - Unlike franchise operations or service referral networks, Air Tech is a locally established, family owned & operated business. Thus, guarantees that all personnel is drug, alcohol & trouble free, and furthermore ensures technician\'s Honesty & Integrity at all times.<br /><br /></li>\n<li><strong>Proof of Performance</strong> - Air Tech proudly guarantees all clients to be allowed to and; provided with the means to verify all HVAC cleaning improvements at any time upon request and; At No Additional Expense.<br /><br /></li>\n<li><strong>No Mold Scams</strong> - NADCA & EPA address various specific microbial growth situations in their HVAC cleaning guidelines, and so does Air Tech. Thus, any mold and/or microbial growth discovery shall be immediately treated with the appropriate disinfectant & removed At No Additional Charge.<br /><br /></li>\n<li><strong>HVAC System Soundness</strong> - (Comprehensive Service Only) Your A/C, furnace & air handling units will be tested for proper operation before the cleaning process begins, and again thereafter for a period of 15 minutes. If any component becomes inoperable within this timeframe, Air Tech will repair or replace it as required At No Cost To The Client.</li>\n</ul>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font=\"Playfair Display||||\" text_font_size=\"25\" text_text_color=\"#0c71c3\"]\n\nAir Tech Is Fully Licensed & Insured.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#4ba31b\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_2\" background_color=\"#0c71c3\" padding_bottom=\"70px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"70px\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" button_text=\"OUR SERVICES\" use_background_color=\"off\" admin_label=\"Call To Action\"]\n\n\n\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#4ba31b\" padding_bottom=\"70px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"70px\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"GET A QUOTE\" use_background_color=\"off\" admin_label=\"Call To Action\"]\n\n\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','40-revision-v1','','','2017-03-12 06:52:32','2017-03-12 06:52:32','',40,'http://air-techinternational.com/?p=25606',0,'revision','',0),(25608,1,'2017-03-12 07:34:21','2017-03-12 07:34:21','[et_pb_section bb_built=\"1\" admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Contracting Experience\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.8em\"]\n\nAir Tech International has contracting experience of over 20 years. ATI has performed numerous services for residential, commercial, industrial and institutional clients, as well as for other environmental firms addressing environmental and safety issues since 1994. Due to the nature of our services and the confidentiality we offer to our clients and contracting partners, only a few references can be published at this time.\n\nThe following list is published with our client\'s permission. However, the client reserves the right to refuse to provide details about the services provided, or the nature of the circumstances for which our services were requested.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Environment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\n<h3><strong><span style=\"font-size: 18pt; color: #000080;\">Environmental Investigation/Testing</span></strong></h3>\nBryan Davis\n926 Wampler Rd - Middle River, MD 21220\nTel: 443-604-8869\n\nDCX Inc - Diamond Cab\n1100 Q Street NW - Washington, DC 22009\nContact: Ralph Waller Tel: 202-387-4011\n\nEric Blow\n1565 Brookshire Court - Reston, VA 20190\nTel: 703-668-1597\n\nRobin Smith\n8914 River Island Drive - Savage, MD 20763\nTel: 301-332-0757\n\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\n<h3><span style=\"color: #000080; font-size: 18pt;\"><strong>Commercial/Institutional Clients</strong></span></h3>\nThe World Bank\n1818 H St. NW - Wash. DC 20433\nContact: Michael DeSouza - Gen. Srvices Dept.\n\nU.S. Dept. Of The Interior\n1849 C St. NW #MS-1324 - Wash. DC 20240\nContact: Kate A. McKenna - Contract Specialist\n\nIBM\n6710 Rockledge Drive - Bethesda, MD 20817\nContact: Patrick Vasold, Solutions Manager\n\nSodexho Marriott\n1030 W Chicago Ave #200 - Chicago, IL 60622\nContact: Jean Crudup-Snell - Services\n\nCare Tech Industries, Inc.\n5020 Seminole Blvd - St. Petersburg, FL\nContact: John O. Shannon, President\nTel: 800-700-3327\n\nThe Royal Embassy Of Saudi Arabia\n605 New HAmpshire Avenue NW - Washington, DC 20036\nContact: Shahla Izadi\n\nClarke County Public Schools\n309 W. Main Street - Berryville, VA 22611\nContact: Larry W. Hardesty, Dir. Of Maintenance\n\nDaston Corporation\n2010 Corporate Ridge #750 - McLean, VA\nContact: Peter J. Caylor - 703-306-6883\n\nThe Corradino Group\n4055 NW 97Th. Avenue - Miami, FL 33178\nContact: Frederick C. P\'Pool - 954-777-0044\n\n[/et_pb_text][et_pb_text admin_label=\"ENvironment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\n<h3><span style=\"color: #000080;\"><strong>Environmental Management Services</strong></span></h3>\nCharles O\'Hara\n2144 Old Dairy Farm Rd. - Gambrills, MD 21054\nTel: 410-987-5357\n\nDaniel Fritz\n21055 Branchwood Way - Sterling, VA 21064\nTel: 703-444-0654\n\nParrish Evans\n9904 Killarney Way - Gaithersburg, MD 20688\nTel: 301-987-8895\n\nBeverly Crawford\n437 Christopher Avenue # T-2 - Gaithersburg, MD 20865\nTel: 301-366-7630\n\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\n<h3><span style=\"color: #000080;\"><strong>Commercial Clients</strong></span></h3>\nThe Neighborhood Development Company\n1003 K St. NW - Wash. DC 20001\nTel: 202-347-7880\nContact: Sussane Mulbah, Director\n\nMorgan State University\n1700 E. Cold Spring Lane - Baltimore, MD 21251\nContact: Joseph Popovich, Director\nTel: 443-885-3372\n\nBiosynexus Inc.\n9119 Gaither Road - Gaithersburg, MD 20877\nContact: Paul Choma, Director\nTel: 301-987-1169\n\nS. R. Inc.\n1615 Manchester Lane NW - Wash. DC 20012\nContact: Dick Clark/Andrew Mayer\n\nSilver, Freedman & Taff, L.L.P.\n1700 Wisconsin Avenue NW - Washington, DC 20007\nContact: Lamont Mahone Tel: 202-295-4500\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Home\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Home Inspections / Building Physical Needs</span></strong></span></h3>\nSally Hamidi\n1437 Rhode Island Ave NW - Wash. DC 20005\nTel: 202-321-3490\n\nSara Buchanan\n6075 Majors Lane - Columbia, MD 21045\nTel: 301-437-3737\n\nMr. & Mrs. Becerra\n9038 Miles Place - Manassas, VA 20110\nGabriela Rivas, Realtor\nRE/MAX - Tel: 202-744-6990\n\nTed Nguyen, Realtor\nColdwell Banker - 703-524-2100\n\nAngel Ribulotta, Realtor\nCentury 21 - 301-871-3606\n\nLuis Cordero/Ada Calero, Realtors\nCamelot International - 703-207-1700\n\nPatricia Henryk, Real Estate Broker\nPat Henryk Real Estate Inc.\n\nJoe Faraji, Realtor\nWeichert Realtors - 301-263-0700\n\nReginal E. Thomas, Financial Advisor\nMorgan & Stanley - 800-676-3376\n\nLong & Foster Realtors\nAna Irazabal - 703-813-8214\nPamela Key - 301-434-8900\nFeriel Massri - 301-907-7600\nEileen Rogers - 202-362-8743 Ext 231\n\nS.F Zaru, Architect - S. Zaru & Associates\n3159 Smart Heiress Dr. - Mount Airy, MD 21771\n\nDCI Group, LLC\n1133 21St. Street NW # M100 - Washington, DC\nComntact: Brandi Tatlisu, Director - 202-546-4242\n\nARQUITECTONICA\n550 Brickell Avenue Suite 200 - Miami, FL 33131\nContact: Laurinda Spear, FAIA - 305-372-1812\n\nLaw Offices Of Ann Shaw, PA\n212 W. Main Street - Salisbury, MD 21801\nContact: Jefrey White, Attorney At Law\n\nUnivision TV\n9405 NW 41St. Street - Miami, FL 33178\nContact: Enrique Cuervo, Director Of Facilities\n\n[/et_pb_text][et_pb_text admin_label=\"Environment consulting\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\n<h3><strong><span style=\"color: #000080;\">Environmental Consulting Services</span></strong></h3>\nVMTJBJ - J.B. Johnson Nursing Center\nContact: Ulysses Cooper - Engineering Dept.\nTel: 202-535-2115\n\nFriendship School\n6220 Georgetown Blvd. - Eldersburg, MD 21784\nContact: Teresa Aukney, Director - 410-552-6880\n\nInternational Engineering Corporation\n3609 Astoria Road - Kensington, MD 20895\nContact: Dr. Victor B. Rebaza, PhD., PE - Tel: 301-946-4406\n\nEnergy & Environmental Consultants, Inc.\n2601 Stanley Dr. - Baldwin, MD 21013\nTel: 443-804-4520 Fax: 410-692-9349\nContact: Kathleen Fox\n\nXact Teleservices Solutions\n320 Main Street - Laurel, MD 20707\nContact: Julie Thorne, Director\n\nLanghart Communications\n1200 19Th. St NW # 400- Wash. DC 20036\nContact: Kari Lidgett\n\nICI- INCLAIMCO\n17463 Jef. Davis Hwy. - Dumfries, VA\nContact: Sandy Marrocco, Contract Specialist\nTel: 703-441-3644 Fax: 703-441-3647\n\nBOB\'S BMW\n10720 Guilford Road - Jessup, MD 20794\nTel: 1-800-BMW-BOBS Fax: 301-776-2338\nContact: Bob Henig, owner\n\nPEPCO Building Services\n25279 Pleasant Valley Road - Chantilly, VA 20152\nTel: 703-471-6310\nContact: Jay Harper/Richard Roldan/James Beach\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#4ba31b\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\" parallax_method_1=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" button_text=\"OUR SERVICES\" use_background_color=\"off\"] [/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"GET A QUOTE\" use_background_color=\"off\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Contracting Experience','','inherit','closed','closed','','64-autosave-v1','','','2017-03-12 07:34:21','2017-03-12 07:34:21','',64,'http://air-techinternational.com/?p=25608',0,'revision','',0),(25609,1,'2017-03-12 07:14:28','2017-03-12 07:14:28','[et_pb_section bb_built=\"1\" admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Contracting Experience\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech International has contracting experience of over 20 years. ATI has performed numerous services for residential, commercial, industrial and institutional clients, as well as for other environmental firms addressing environmental and safety issues since 1994. Due to the nature of our services and the confidentiality we offer to our clients and contracting partners, only a few references can be published at this time.\r\n\r\nThe following list is published with our client\'s permission. However, the client reserves the right to refuse to provide details about the services provided, or the nature of the circumstances for which our services were requested.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Environment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><strong><span style=\"font-size: 18pt; color: #000080;\">Environmental Investigation/Testing</span></strong></h3>\r\nBryan Davis\r\n926 Wampler Rd - Middle River, MD 21220\r\nTel: 443-604-8869\r\n\r\nDCX Inc - Diamond Cab\r\n1100 Q Street NW - Washington, DC 22009\r\nContact: Ralph Waller Tel: 202-387-4011\r\n\r\nEric Blow\r\n1565 Brookshire Court - Reston, VA 20190\r\nTel: 703-668-1597\r\n\r\nRobin Smith\r\n8914 River Island Drive - Savage, MD 20763\r\nTel: 301-332-0757\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080; font-size: 18pt;\"><strong>Commercial/Institutional Clients</strong></span></h3>\r\nThe World Bank\r\n1818 H St. NW - Wash. DC 20433\r\nContact: Michael DeSouza - Gen. Srvices Dept.\r\n\r\nU.S. Dept. Of The Interior\r\n1849 C St. NW #MS-1324 - Wash. DC 20240\r\nContact: Kate A. McKenna - Contract Specialist\r\n\r\nIBM\r\n6710 Rockledge Drive - Bethesda, MD 20817\r\nContact: Patrick Vasold, Solutions Manager\r\n\r\nSodexho Marriott\r\n1030 W Chicago Ave #200 - Chicago, IL 60622\r\nContact: Jean Crudup-Snell - Services\r\n\r\nCare Tech Industries, Inc.\r\n5020 Seminole Blvd - St. Petersburg, FL\r\nContact: John O. Shannon, President\r\nTel: 800-700-3327\r\n\r\nThe Royal Embassy Of Saudi Arabia\r\n605 New HAmpshire Avenue NW - Washington, DC 20036\r\nContact: Shahla Izadi\r\n\r\nClarke County Public Schools\r\n309 W. Main Street - Berryville, VA 22611\r\nContact: Larry W. Hardesty, Dir. Of Maintenance\r\n\r\nDaston Corporation\r\n2010 Corporate Ridge #750 - McLean, VA\r\nContact: Peter J. Caylor - 703-306-6883\r\n\r\nThe Corradino Group\r\n4055 NW 97Th. Avenue - Miami, FL 33178\r\nContact: Frederick C. P\'Pool - 954-777-0044\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"ENvironment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong>Environmental Management Services</strong></span></h3>\r\nCharles O\'Hara\r\n2144 Old Dairy Farm Rd. - Gambrills, MD 21054\r\nTel: 410-987-5357\r\n\r\nDaniel Fritz\r\n21055 Branchwood Way - Sterling, VA 21064\r\nTel: 703-444-0654\r\n\r\nParrish Evans\r\n9904 Killarney Way - Gaithersburg, MD 20688\r\nTel: 301-987-8895\r\n\r\nBeverly Crawford\r\n437 Christopher Avenue # T-2 - Gaithersburg, MD 20865\r\nTel: 301-366-7630\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong>Commercial Clients</strong></span></h3>\r\nThe Neighborhood Development Company\r\n1003 K St. NW - Wash. DC 20001\r\nTel: 202-347-7880\r\nContact: Sussane Mulbah, Director\r\n\r\nMorgan State University\r\n1700 E. Cold Spring Lane - Baltimore, MD 21251\r\nContact: Joseph Popovich, Director\r\nTel: 443-885-3372\r\n\r\nBiosynexus Inc.\r\n9119 Gaither Road - Gaithersburg, MD 20877\r\nContact: Paul Choma, Director\r\nTel: 301-987-1169\r\n\r\nS. R. Inc.\r\n1615 Manchester Lane NW - Wash. DC 20012\r\nContact: Dick Clark/Andrew Mayer\r\n\r\nSilver, Freedman & Taff, L.L.P.\r\n1700 Wisconsin Avenue NW - Washington, DC 20007\r\nContact: Lamont Mahone Tel: 202-295-4500\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Home\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Home Inspections / Building Physical Needs</span></strong></span></h3>\r\nSally Hamidi\r\n1437 Rhode Island Ave NW - Wash. DC 20005\r\nTel: 202-321-3490\r\n\r\nSara Buchanan\r\n6075 Majors Lane - Columbia, MD 21045\r\nTel: 301-437-3737\r\n\r\nMr. & Mrs. Becerra\r\n9038 Miles Place - Manassas, VA 20110\r\nGabriela Rivas, Realtor\r\nRE/MAX - Tel: 202-744-6990\r\n\r\nTed Nguyen, Realtor\r\nColdwell Banker - 703-524-2100\r\n\r\nAngel Ribulotta, Realtor\r\nCentury 21 - 301-871-3606\r\n\r\nLuis Cordero/Ada Calero, Realtors\r\nCamelot International - 703-207-1700\r\n\r\nPatricia Henryk, Real Estate Broker\r\nPat Henryk Real Estate Inc.\r\n\r\nJoe Faraji, Realtor\r\nWeichert Realtors - 301-263-0700\r\n\r\nReginal E. Thomas, Financial Advisor\r\nMorgan & Stanley - 800-676-3376\r\n\r\nLong & Foster Realtors\r\nAna Irazabal - 703-813-8214\r\nPamela Key - 301-434-8900\r\nFeriel Massri - 301-907-7600\r\nEileen Rogers - 202-362-8743 Ext 231\r\n\r\nS.F Zaru, Architect - S. Zaru & Associates\r\n3159 Smart Heiress Dr. - Mount Airy, MD 21771\r\n\r\nDCI Group, LLC\r\n1133 21St. Street NW # M100 - Washington, DC\r\nComntact: Brandi Tatlisu, Director - 202-546-4242\r\n\r\nARQUITECTONICA\r\n550 Brickell Avenue Suite 200 - Miami, FL 33131\r\nContact: Laurinda Spear, FAIA - 305-372-1812\r\n\r\nLaw Offices Of Ann Shaw, PA\r\n212 W. Main Street - Salisbury, MD 21801\r\nContact: Jefrey White, Attorney At Law\r\n\r\nUnivision TV\r\n9405 NW 41St. Street - Miami, FL 33178\r\nContact: Enrique Cuervo, Director Of Facilities\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Environment consulting\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><strong><span style=\"color: #000080;\">Environmental Consulting Services</span></strong></h3>\r\nVMTJBJ - J.B. Johnson Nursing Center\r\nContact: Ulysses Cooper - Engineering Dept.\r\nTel: 202-535-2115\r\n\r\nFriendship School\r\n6220 Georgetown Blvd. - Eldersburg, MD 21784\r\nContact: Teresa Aukney, Director - 410-552-6880\r\n\r\nInternational Engineering Corporation\r\n3609 Astoria Road - Kensington, MD 20895\r\nContact: Dr. Victor B. Rebaza, PhD., PE - Tel: 301-946-4406\r\n\r\nEnergy & Environmental Consultants, Inc.\r\n2601 Stanley Dr. - Baldwin, MD 21013\r\nTel: 443-804-4520 Fax: 410-692-9349\r\nContact: Kathleen Fox\r\n\r\nXact Teleservices Solutions\r\n320 Main Street - Laurel, MD 20707\r\nContact: Julie Thorne, Director\r\n\r\nLanghart Communications\r\n1200 19Th. St NW # 400- Wash. DC 20036\r\nContact: Kari Lidgett\r\n\r\nICI- INCLAIMCO\r\n17463 Jef. Davis Hwy. - Dumfries, VA\r\nContact: Sandy Marrocco, Contract Specialist\r\nTel: 703-441-3644 Fax: 703-441-3647\r\n\r\nBOB\'S BMW\r\n10720 Guilford Road - Jessup, MD 20794\r\nTel: 1-800-BMW-BOBS Fax: 301-776-2338\r\nContact: Bob Henig, owner\r\n\r\nPEPCO Building Services\r\n25279 Pleasant Valley Road - Chantilly, VA 20152\r\nTel: 703-471-6310\r\nContact: Jay Harper/Richard Roldan/James Beach\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contracting Experience','','inherit','closed','closed','','64-revision-v1','','','2017-03-12 07:14:28','2017-03-12 07:14:28','',64,'http://air-techinternational.com/?p=25609',0,'revision','',0),(25610,1,'2017-03-12 07:22:02','2017-03-12 07:22:02','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"Section\" template_type=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#4ba31b\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_2\" background_color=\"#0c71c3\" padding_bottom=\"70px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"70px\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" button_text=\"OUR SERVICES\" use_background_color=\"off\" admin_label=\"Call To Action\"]\n\n\n\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#4ba31b\" padding_bottom=\"70px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"70px\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"GET A QUOTE\" use_background_color=\"off\" admin_label=\"Call To Action\"]\n\n\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Service n Quote Bar','','publish','closed','closed','','service-n-quote-bar','','','2017-03-12 07:22:02','2017-03-12 07:22:02','',0,'http://air-techinternational.com/?post_type=et_pb_layout&p=25610',0,'et_pb_layout','',0),(25612,1,'2017-03-12 07:31:38','2017-03-12 07:31:38','[et_pb_section bb_built=\"1\" admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Contracting Experience\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech International has contracting experience of over 20 years. ATI has performed numerous services for residential, commercial, industrial and institutional clients, as well as for other environmental firms addressing environmental and safety issues since 1994. Due to the nature of our services and the confidentiality we offer to our clients and contracting partners, only a few references can be published at this time.\r\n\r\nThe following list is published with our client\'s permission. However, the client reserves the right to refuse to provide details about the services provided, or the nature of the circumstances for which our services were requested.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Environment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><strong><span style=\"font-size: 18pt; color: #000080;\">Environmental Investigation/Testing</span></strong></h3>\r\nBryan Davis\r\n926 Wampler Rd - Middle River, MD 21220\r\nTel: 443-604-8869\r\n\r\nDCX Inc - Diamond Cab\r\n1100 Q Street NW - Washington, DC 22009\r\nContact: Ralph Waller Tel: 202-387-4011\r\n\r\nEric Blow\r\n1565 Brookshire Court - Reston, VA 20190\r\nTel: 703-668-1597\r\n\r\nRobin Smith\r\n8914 River Island Drive - Savage, MD 20763\r\nTel: 301-332-0757\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080; font-size: 18pt;\"><strong>Commercial/Institutional Clients</strong></span></h3>\r\nThe World Bank\r\n1818 H St. NW - Wash. DC 20433\r\nContact: Michael DeSouza - Gen. Srvices Dept.\r\n\r\nU.S. Dept. Of The Interior\r\n1849 C St. NW #MS-1324 - Wash. DC 20240\r\nContact: Kate A. McKenna - Contract Specialist\r\n\r\nIBM\r\n6710 Rockledge Drive - Bethesda, MD 20817\r\nContact: Patrick Vasold, Solutions Manager\r\n\r\nSodexho Marriott\r\n1030 W Chicago Ave #200 - Chicago, IL 60622\r\nContact: Jean Crudup-Snell - Services\r\n\r\nCare Tech Industries, Inc.\r\n5020 Seminole Blvd - St. Petersburg, FL\r\nContact: John O. Shannon, President\r\nTel: 800-700-3327\r\n\r\nThe Royal Embassy Of Saudi Arabia\r\n605 New HAmpshire Avenue NW - Washington, DC 20036\r\nContact: Shahla Izadi\r\n\r\nClarke County Public Schools\r\n309 W. Main Street - Berryville, VA 22611\r\nContact: Larry W. Hardesty, Dir. Of Maintenance\r\n\r\nDaston Corporation\r\n2010 Corporate Ridge #750 - McLean, VA\r\nContact: Peter J. Caylor - 703-306-6883\r\n\r\nThe Corradino Group\r\n4055 NW 97Th. Avenue - Miami, FL 33178\r\nContact: Frederick C. P\'Pool - 954-777-0044\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"ENvironment\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong>Environmental Management Services</strong></span></h3>\r\nCharles O\'Hara\r\n2144 Old Dairy Farm Rd. - Gambrills, MD 21054\r\nTel: 410-987-5357\r\n\r\nDaniel Fritz\r\n21055 Branchwood Way - Sterling, VA 21064\r\nTel: 703-444-0654\r\n\r\nParrish Evans\r\n9904 Killarney Way - Gaithersburg, MD 20688\r\nTel: 301-987-8895\r\n\r\nBeverly Crawford\r\n437 Christopher Avenue # T-2 - Gaithersburg, MD 20865\r\nTel: 301-366-7630\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Commercial\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong>Commercial Clients</strong></span></h3>\r\nThe Neighborhood Development Company\r\n1003 K St. NW - Wash. DC 20001\r\nTel: 202-347-7880\r\nContact: Sussane Mulbah, Director\r\n\r\nMorgan State University\r\n1700 E. Cold Spring Lane - Baltimore, MD 21251\r\nContact: Joseph Popovich, Director\r\nTel: 443-885-3372\r\n\r\nBiosynexus Inc.\r\n9119 Gaither Road - Gaithersburg, MD 20877\r\nContact: Paul Choma, Director\r\nTel: 301-987-1169\r\n\r\nS. R. Inc.\r\n1615 Manchester Lane NW - Wash. DC 20012\r\nContact: Dick Clark/Andrew Mayer\r\n\r\nSilver, Freedman & Taff, L.L.P.\r\n1700 Wisconsin Avenue NW - Washington, DC 20007\r\nContact: Lamont Mahone Tel: 202-295-4500\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Home\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Home Inspections / Building Physical Needs</span></strong></span></h3>\r\nSally Hamidi\r\n1437 Rhode Island Ave NW - Wash. DC 20005\r\nTel: 202-321-3490\r\n\r\nSara Buchanan\r\n6075 Majors Lane - Columbia, MD 21045\r\nTel: 301-437-3737\r\n\r\nMr. & Mrs. Becerra\r\n9038 Miles Place - Manassas, VA 20110\r\nGabriela Rivas, Realtor\r\nRE/MAX - Tel: 202-744-6990\r\n\r\nTed Nguyen, Realtor\r\nColdwell Banker - 703-524-2100\r\n\r\nAngel Ribulotta, Realtor\r\nCentury 21 - 301-871-3606\r\n\r\nLuis Cordero/Ada Calero, Realtors\r\nCamelot International - 703-207-1700\r\n\r\nPatricia Henryk, Real Estate Broker\r\nPat Henryk Real Estate Inc.\r\n\r\nJoe Faraji, Realtor\r\nWeichert Realtors - 301-263-0700\r\n\r\nReginal E. Thomas, Financial Advisor\r\nMorgan & Stanley - 800-676-3376\r\n\r\nLong & Foster Realtors\r\nAna Irazabal - 703-813-8214\r\nPamela Key - 301-434-8900\r\nFeriel Massri - 301-907-7600\r\nEileen Rogers - 202-362-8743 Ext 231\r\n\r\nS.F Zaru, Architect - S. Zaru & Associates\r\n3159 Smart Heiress Dr. - Mount Airy, MD 21771\r\n\r\nDCI Group, LLC\r\n1133 21St. Street NW # M100 - Washington, DC\r\nComntact: Brandi Tatlisu, Director - 202-546-4242\r\n\r\nARQUITECTONICA\r\n550 Brickell Avenue Suite 200 - Miami, FL 33131\r\nContact: Laurinda Spear, FAIA - 305-372-1812\r\n\r\nLaw Offices Of Ann Shaw, PA\r\n212 W. Main Street - Salisbury, MD 21801\r\nContact: Jefrey White, Attorney At Law\r\n\r\nUnivision TV\r\n9405 NW 41St. Street - Miami, FL 33178\r\nContact: Enrique Cuervo, Director Of Facilities\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Environment consulting\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n<h3><strong><span style=\"color: #000080;\">Environmental Consulting Services</span></strong></h3>\r\nVMTJBJ - J.B. Johnson Nursing Center\r\nContact: Ulysses Cooper - Engineering Dept.\r\nTel: 202-535-2115\r\n\r\nFriendship School\r\n6220 Georgetown Blvd. - Eldersburg, MD 21784\r\nContact: Teresa Aukney, Director - 410-552-6880\r\n\r\nInternational Engineering Corporation\r\n3609 Astoria Road - Kensington, MD 20895\r\nContact: Dr. Victor B. Rebaza, PhD., PE - Tel: 301-946-4406\r\n\r\nEnergy & Environmental Consultants, Inc.\r\n2601 Stanley Dr. - Baldwin, MD 21013\r\nTel: 443-804-4520 Fax: 410-692-9349\r\nContact: Kathleen Fox\r\n\r\nXact Teleservices Solutions\r\n320 Main Street - Laurel, MD 20707\r\nContact: Julie Thorne, Director\r\n\r\nLanghart Communications\r\n1200 19Th. St NW # 400- Wash. DC 20036\r\nContact: Kari Lidgett\r\n\r\nICI- INCLAIMCO\r\n17463 Jef. Davis Hwy. - Dumfries, VA\r\nContact: Sandy Marrocco, Contract Specialist\r\nTel: 703-441-3644 Fax: 703-441-3647\r\n\r\nBOB\'S BMW\r\n10720 Guilford Road - Jessup, MD 20794\r\nTel: 1-800-BMW-BOBS Fax: 301-776-2338\r\nContact: Bob Henig, owner\r\n\r\nPEPCO Building Services\r\n25279 Pleasant Valley Road - Chantilly, VA 20152\r\nTel: 703-471-6310\r\nContact: Jay Harper/Richard Roldan/James Beach\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" make_equal=\"on\" background_color_1=\"#0c71c3\" background_color_2=\"#4ba31b\" padding_top_1=\"70px\" padding_right_1=\"40px\" padding_bottom_1=\"70px\" padding_left_1=\"40px\" padding_top_2=\"70px\" padding_right_2=\"40px\" padding_bottom_2=\"70px\" padding_left_2=\"40px\" parallax_method_1=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Learn more about our services\" button_url=\"http://air-techinternational.com/?page_id=42\" button_text=\"OUR SERVICES\" use_background_color=\"off\"] [/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Request a Quote\" button_url=\"http://air-techinternational.com/?page_id=69\" button_text=\"GET A QUOTE\" use_background_color=\"off\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Contracting Experience','','inherit','closed','closed','','64-revision-v1','','','2017-03-12 07:31:38','2017-03-12 07:31:38','',64,'http://air-techinternational.com/?p=25612',0,'revision','',0),(25613,1,'2017-03-12 07:39:54','2017-03-12 07:39:54','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"FAQs\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.8em\" body_line_height_tablet=\"1.8em\" body_line_height_phone=\"1.8em\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\"]\r\n\r\nOur faqs answer your queries, air duct cleaning facts and myths plus tips & tricks to pick or kick HVAC cleaning firms\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"1st para\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause HVAC cleaning is not yet fully regulated, most people are unfamiliar with the processes involved, and less prepared to distinguish a reliable service provider. Thus, many companies take advantage by up-selling supposedly integral tasks; operate illegally, use sub-standard equipment or untrained subcontractors, or worse; cut corners in cleaning procedures to book more jobs per day.\r\n\r\nAccording to the BBB, these \"blow-n-go\" companies (as they have come to be known) are often attractive to unwary consumers because of enticing low prices, but generally create more problems than what they solve. In addition to professional uncertainty, widespread issues are:\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Bullets\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Bait & Switch tactics, or SCAMS. <a href=\"http://www.youtube.com/watch?v=rNu6u8KiA-o\">Video Reference 1</a> | <a href=\"http://www.youtube.com/watch?v=pT4WKwfBu18&NR=1\">Video Reference 2</a></li>\r\n <li>Poor Craftsmanship, or NEGLIGENCE.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"2nd para\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] So when all claim to be the best, and no one knows who\'s who until is too late, Air Tech comes forward in good faith. We\'re a local enterprise, so before a client, you are (to us) a valued neighbor, and with it comes all due respect. Let us then address these gray areas of the trade, explain how things must be done, help you make an informed decision and; should you wish to go ahead, how to prepare your home & what to expect, so nobody gets hurt. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"FAQs\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" collapsed=\"on\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"52px||0px|\" custom_padding_tablet=\"90px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"2px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Are there any health benefits that come from HVAC cleaning?\" title=\"Are there any health benefits that come from HVAC cleaning?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] None that we, as contractors, are legally allowed to discuss, advertise, or assume any credit for. If you \"catch\" anyone making health claims, not only scratch it off the list, but also report it to the EPA or BBB at once. However, it is well known that dirty air ducts offer undisturbed shelter, numerous food sources and therefore, a near perfect breeding environment for fungi, bacteria and viruses. If simple tasks like washing your hands, bagging your trash or wiping your kitchen counter can, in fact, prevent about 4 diseases, imagine what cleaning your air conveyance system might add to the list! [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Does air duct cleaning eliminate dust, pollen or mold?\" title=\"Does air duct cleaning eliminate dust, pollen or mold?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] Never did, never will, and we\'re glad to tackle this myth - Mold spores and pollen are a part of the natural environment at all times, and we (humans) are for the most part the source of indoor dust. Any duct cleaner that use such an extreme word cannot be trusted. What air duct cleaning does is remove EXCESS accumulation of that stuff. By doing so, it minimizes the widespread of it as the HVAC system operates, and thus improve the indoor environment to a certain degree. But it won\'t stop wind from blowing, trees from growing, or you from shedding skin. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Can air duct cleaning alone reduce home energy bills?\" title=\"Can air duct cleaning alone reduce home energy bills?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nVery little, if at all. That is, of course, under normal circumstances. Popular exceptions include liner insulation detachment (well known for blocking dampers), small objects (pet/children toys, cans or even tennis balls) that have fallen through floor mounted vents (could block a supply branch), or when excessive buildup begins to detach, causing frequent clogs on the air filter, which chokes the system\'s airflow.\r\n\r\nOtherwise, the key to optimal HVAC performance lays in the air handling (or HVAC) unit itself. Research has clearly shown that removing airflow-restricting debris from sensitive HVAC components such as cooling coils & blower fans does, in fact, bring the system\'s energy efficiency <a href=\"http://www.air-techinternational.com/services/hvac/\">back to near factory specs</a>.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Why are there so many advertisement consumer warnings?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] In fact, <a href=\"http://www.ductbusters.com/ground_breaking_survey.htm\">nearly 60%</a> of service providers only clean air ducts, and most for $400 or less. Problem is that air duct cleaning alone is a limited task, and the act of bringing up health issues while implying the benefits of the comprehensive scope of work to promote the service is misleading, or deceitful. Many offer fog sanitation, edge sealants, UV lights, electronic air filters or other \"miracle\" products to cover their tracks, but if you look closely at the facts, all that they do is just clean air ducts, sell toys & add-ons. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Why are there so many advertisement consumer warnings?\" title=\"Should I have my air ducts sanitized?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] Although it sounds like it makes sense, biocide fog sanitation is NOT a \"routine\" procedure. It is not uncommon for fungus or bacteria to be present in dirty ductwork, and it can all be removed using the appropriate equipment. Also, biocides application is limited to non-porous materials only; cannot be applied to liner insulated and/or fiberboard ducts. If in despite the facts you choose to have your ductwork sanitized, make sure to obtain a copy of the biocide\'s MSDS. We use <a href=\"http://www.air-techinternational.com/mdf-500/\">MDF-500</a> to sanitize air handlers - but you better give us a darn good reason to spray it in ductwork. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How should air ducts be cleaned?\" title=\"How should air ducts be cleaned?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nThe safest & most effective way to clean air ducts is to employ controlled source removal methods of cleaning, as defined by NADCA Standards. Large or industrial systems allow contractors to enter and crawl -or even walk- inside the system\'s main trunks and key parts, for which various source removal techniques may apply; Not-So On Smaller Systems.\r\n\r\n<img class=\"size-medium wp-image-25347 alignleft\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack-300x225.jpg\" alt=\"ductcleaning pack\" width=\"300\" height=\"225\" />Air Tech\'s Professional Air Duct Cleaning SystemLight commercial & residential ductwork must be cleaned following a procedure called the Push/Pull Method. Meaning, the contractor shall place the entire system under negative pressure through the use of a powerful Big-Mouthed Vacuum Machine. While the vacuum massively draws air backwards, agitation devices are inserted into all branches & main trunks to dislodge & sweep all debris towards it, and eventually out of the system. All authorities agree, vacuum power is everything.\r\n\r\nNADCA compliant equipment can be distinguished by its vacuum\'s impressive SIZE, airflow, multi-stage HEPA filter banks & various independent agitation devices.\r\n\r\nBut big or small, red or blue, equipment does not clean air ducts - People do. And if air ducts remain dirty, it is not the equipment\'s fault. Here lays the tremendous importance of INSPECTING the contractor\'s work at the time of service. If the contractor cannot demonstrate its performance upon request at such critical time, then you may refuse to pay the contractor until you verify the quality of its work.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How often should residential HVAC systems be cleaned?\" title=\"How often should residential HVAC systems be cleaned?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nEPA recommends that you should consider this task not on periodic, but on \"as needed\" basis, and we certainly agree. Frequency of cleaning may depend on several factors, one of which is preference of the homeowner. Some factors of influence while considering more frequent cleanings are:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Smokers, intensive cooking, high occupancy/traffic or child care activities in the household</li>\r\n <li>Pets that shed lots of dander, highway or homebuilding projects nearby, etc.</li>\r\n</ul>\r\nBut rest assured, nothing will make your system last longer & cleaner than a good quality, pleated, properly sized, carefully installed air filter. What\'s The Trick? Make sure there is no airflow by-pass around the air filter framing.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" title=\"What criteria should I use in selecting a Residential HVAC cleaning contractor?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Make sure the company is Legally Established and listed with your local <a href=\"http://www.bbb.org/washington-dc-eastern-pa\">Better Business Bureau</a>.</li>\r\n <li>Verify that the company cleans key HVAC parts such as A/C coils & blower fans, ask how they do that.</li>\r\n <li>Ask how the company will show you all improvements, and if there\'s a fee for it. (avoid will-mail DVD\'s)</li>\r\n <li>Find out what\'s the contractor\'s policy regarding accidental equipment damage during the cleaning process.</li>\r\n <li>Ask how many technicians will be on site to perform the work. True HVAC cleaning is not a one-man job.</li>\r\n <li>Get a list of <a href=\"http://www.air-techinternational.com/services/air-duct-cleaning-references/\">references</a>, make sure to call those nearest to you, check with neighbors for a word of mouth.</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What criteria should I use in REJECTING a contractor upon arrival?\" title=\"What criteria should I use in REJECTING a contractor upon arrival?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>When you see an un-marked truck, or a van with magnetic signs. Is it actually them, or just a \"sub\"?</li>\r\n <li>If the duct cleaning equipment looks like it fits in the trunk of a car (please read BBB report #3)</li>\r\n <li>If it tries to bring any heavy equipment inside before inspecting & testing your HVAC system.</li>\r\n <li>If it tries to up-sell any task or option that you didn\'t discuss or asked about at the time of booking</li>\r\n <li>If it recommends any HVAC upgrades or costly repairs right off the bat, before even testing the system</li>\r\n <li>When tardiness or sudden scheduling issues arise after appointment time has passed. That\'s GROSS.</li>\r\n <li>If it fails to produce any air duct inspection tools upon request (bore scope, video probe, camera, etc.)</li>\r\n <li>When technicians don\'t look properly dressed for the job, or seem too \"casual\" for business hours.</li>\r\n <li>If the cleaning equipment looks dirtier than your ducts. Keep in mind, you have the right to inspect it!</li>\r\n <li>When it talks about mold-related health issues while inspecting the furnace. (a scare tactic for else)</li>\r\n <li>When it says that the house - or the system - is bigger than expected. Big red flag. Send it HOME!</li>\r\n</ul>\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How long should it take to clean a typical residential air conveyance system?\" title=\"How long should it take to clean a typical residential air conveyance system?\" open=\"off\" open_toggle_background_color=\"#f7f7f7\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#f7f7f7\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#f7f7f7\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nWhen done by the book, it takes from 3 to 7 hours per system, depending on system\'s age, location, size & duct-work configuration. That is, of course, under ideal conditions. This means\r\n\r\n(1) Fairly good access to all systems components;\r\n\r\n(2) Uninterrupted worker\'s pace, (\r\n\r\n3) Enough power to operate all equipment and most important; (\r\n\r\n4) A friendly & respectful environment under the circumstances.\r\n\r\n<a href=\"http://www.air-techinternational.com/services/air-duct-cleaning/\">Learn more</a>\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" height=\"70\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"1px\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Getting prep\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"36\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nGetting Prepared for your Cleaning\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"17px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nAir duct cleaning is done by appointment only, and for very good reasons. Although IT IS NOT a \"messy\" process, it involves a series of disruptive tasks that may interfere with traditional business or daily life, and thus cause a myriad of upsetting situations if the site -or occupants- are not prepared for it. Let\'s start with:\r\n\r\n<strong>Intrusive Traffic</strong> - In order to clean an HVAC system, a service area reconnaissance or walkthrough must be performed first, and permission will be asked for at the time. If allowed to, crew then considers full access to all HVAC service areas granted and \"project started\" from that point on. Personal activities (showers, breast-feeding or else) should be avoided to prevent embarrassing situations until project completion.\r\n\r\n<strong>Utilities Shut-Down</strong> -\r\n\r\n(1) Your HVAC system will be turned off, which may cause significant changes to your indoor environment;\r\n\r\n(2) Accessories hard wired to other electrical branches must also be powered down.\r\n\r\n(3) To remove humidifiers, crew may have to cut water supply and;\r\n\r\n(4) To clean heat exchangers, gas lines may be closed too. We all have a life to live and yes, dinner must be cooked - so unless you wish to inspect their work, it would be in your best interest not to distract, interfere with, or halt the crew.\r\n\r\n<strong>Noise</strong> - An industrial strength vacuum machine hooked to your home\'s duct-work, an air compressor near your doorsteps and 2 guys hauling 35 Ft. long rotary brush snakes throughout every room\'s vents will not go unnoticed. Naps, conference calls, book or song writing -or perhaps meditation- would certainly be out of the equation.\r\n\r\n<strong>Tampering</strong> with personal items to access grilles or hidden vents is often inevitable, and you should expect such occurrence. Accidents happen, but most can be avoided - In this case, it is your duty to secure lose or valuable items in narrow hallways & near HVAC vents to minimize the odds. Key items include delicate ornaments, antique furniture, toys, clothing, power cords & electronics within a 4 Ft. radius from a vent. Keep in mind, crews are there to perform a specific task, and although moving aside a few items may be OK with them, it is technically outside their scope of work. Thus, cannot be held responsible if anything brakes, gets misplaced or not moved back at all.\r\n\r\n<strong>Heavy Moving & Lifting</strong> - Ceiling-mounted vents are often a challenge because heavy furniture (beds, sofas, pianos, etc.) underneath may need to be temporarily removed to make room for ladders. Also, wall & floor vents may be obstructed by heavy desks, bookshelves or entertainment centers. If this may be your case, please take the appropriate measures in advance, or make sure to discuss heavy furniture lifting at the time of booking. A dedicated moving crew may be more expensive, yet may save you a week\'s worth of backaches.\r\n\r\n \r\n<h3><span style=\"font-size: 24pt; color: #ff0000;\">Liability Exclusions</span></h3>\r\n \r\n\r\n<strong>Paint & Drywall Chipping</strong> - Water based paint does not adhere to metal as good as it does to drywall and; some vents are glued to drywall for whatever reason. In despite of how careful crews may be, it is possible that; if supply vents or return grilles are glued or painted over, minor damage may occur upon their forced removal. Because vents & grilles cannot be glued or water-based painted by code, neither crew or company can assume liability.\r\n\r\n<strong>Concealed Wiring Damage</strong> - Many contractors discretely run thermostats, phone, cable or satellite video, alarms, and even audio wiring through the inside of older home\'s ductwork, which is against building codes. And yes, this may go undetected for many years, and further concealed by heavy debris accumulation, which often makes it undetectable to inspection scopes or cameras. So unless the duct cleaning contractor is notified in advance, cannot assume liability and/or be held responsible for accidental inner-ductwork wiring damage.\r\n\r\n \r\n<h4><span style=\"font-size: 18pt; color: #ff0000;\">Additional Considerations</span></h4>\r\n \r\n<ul style=\"list-style-type: square;\">\r\n <li><strong>Hovering</strong> - Air Tech\'s crews will proudly show you what\'s being done. Just don\'t get too close to them while they\'re doing it. In addition to annoying, toe-stepping & head-bumping can be painful.</li>\r\n <li><strong>Shoes</strong> - OSHA rules, and under no circumstances HVAC workers are to take off their shoes. High amperage equipment, hidden power lines and metal duct-work are a constant risk for worker\'s electrocution and; rotary and/or compressed-air agitators can generate harmful electrostatic discharges. We will however, wear cloth booties to protect white or religious use carpeting, and use drop clothes to lay our tools over brand new flooring. But-please, don\'t ask the crew to wear booties on stairways, hardwood, ceramic or vinyl floors; it\'s a Slip & Fall waiting to happen, it is against OSHA regulations, and if you look at it in perspective, it\'s not worth forcing circumstances - it makes you responsible for injuries or damage! Safety First, God Bless OSHA.</li>\r\n <li><strong>HVAC Compartment Stuffing</strong> - Our biggest, heaviest & most powerful tool (negative air machine) will have to be placed at two different points next to your HVAC unit, and crew needs to focus on what they do best. A little space around the air handler will allow technicians to work at a much faster pace - So spend 10 minutes, clear some clutter, Save 2 Hours Off Your Day!</li>\r\n</ul>\r\n \r\n\r\nFinally, keep in mind that every home or building is unique in many ways, and so will be your air conveyance cleaning project. In despite the odds, our crews grow wiser and more observant with every job, and are always prepared to back-track in a second, should human factors or special needs may arise. Hoping we may have the opportunity to serve you soon, we\'ll be delighted to answer any other questions or be of assistance in any other way. Keep in mind, we\'re just a phone call away! <strong><span style=\"color: #ff0000;\">240-388-0030</span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQs','','inherit','closed','closed','','73-revision-v1','','','2017-03-12 07:39:54','2017-03-12 07:39:54','',73,'http://air-techinternational.com/?p=25613',0,'revision','',0),(25614,1,'2017-03-12 07:47:32','2017-03-12 07:47:32','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"REQUEST A QUOTE\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]\r\n\r\nHow can we help you today?\r\n\r\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"696px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"center\" text_line_height=\"1.8em\" text_font_size=\"20px\"]\r\n\r\nDo you need help with your air duct cleaning or dryer vent cleaning? Or do you want a foreclosure cleanups or even a small home repairs?\r\n\r\nJust drop us a message below with your requirement and we will send you a free no obligation quote. If you like the quote, we can get started right away.\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"on\" email=\"mrosette@rcn.com\" use_redirect=\"off\" input_border_radius=\"0\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Requirement\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Request a Quote','','inherit','closed','closed','','69-revision-v1','','','2017-03-12 07:47:32','2017-03-12 07:47:32','',69,'http://air-techinternational.com/?p=25614',0,'revision','',0),(25615,1,'2017-03-12 07:52:50','2017-03-12 07:52:50','<p>[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\"][et_pb_fullwidth_slider parallax=\"on\" top_padding=\"200px\" bottom_padding=\"200px\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"][et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font=\"Droid Sans||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row use_custom_width=\"on\" custom_width_percent=\"70%\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"16\" text_line_height=\"1.8em\"]</p><p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving air supply, general maintenance, construction, foreclosure cleanup, and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek.</span></p><p> </p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]</p><h2>Air Duct Cleaning</h2><hr /><p>Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Air Tech’s Air Duct cleaning rotary brush system is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p><p> </p><p><a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]</p><h2>Dry Vent Cleaning</h2><hr /><p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.</p><p> </p><p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]</p><h2>Foreclosure Cleaning</h2><hr /><p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p><p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]</p><h2>Small Home Repair</h2><hr /><p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p><p> </p><p> </p><p><a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" make_equal=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\" align=\"right\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Services','','inherit','closed','closed','','42-autosave-v1','','','2017-03-12 07:52:50','2017-03-12 07:52:50','',42,'http://air-techinternational.com/?p=25615',0,'revision','',0),(25616,1,'2017-03-12 07:52:16','2017-03-12 07:52:16','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\"][et_pb_fullwidth_slider parallax=\"on\" top_padding=\"200px\" bottom_padding=\"200px\" admin_label=\"Fullwidth Slider\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\"][et_pb_slide heading=\"OUR SERVICES\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font=\"Droid Sans||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row use_custom_width=\"on\" custom_width_percent=\"70%\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"16\" text_line_height=\"1.8em\"]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving air supply, general maintenance, construction, foreclosure cleanup, and restoration issues. Our corporate philosophy is entirely dedicated to providing our clients with the most feasible, unobtrusive and effective solutions they seek.</span></p>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]\r\n<h2>Air Duct Cleaning</h2>\r\n\r\n<hr />\r\n\r\nAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Air Tech’s Air Duct cleaning rotary brush system is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=46\">Learn More</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]\r\n<h2>Dry Vent Cleaning</h2>\r\n\r\n<hr />\r\n\r\nOur Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.\r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]\r\n<h2>Foreclosure Cleaning</h2>\r\n\r\n<hr />\r\n\r\nBacked by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!\r\n\r\n<a class=\"btn-red\" href=\"?page_id=53\">Learn More</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]\r\n<h2>Small Home Repair</h2>\r\n\r\n<hr />\r\n\r\nWe are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.\r\n\r\n \r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" make_equal=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" admin_label=\"Row\"][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/vac1a.gif\" align=\"right\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/Moldy_room.jpg\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2016/07/ductcleaning-pack.jpg\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" text_font_size=\"20px\" text_line_height=\"1.8em\"] ATI\'s commitment to excellence is our promise that we shall always provide the highest level of professional services available in the industry. Our commitment to excellence through continuing education and training is the driving force behind our objective of contributing to safe & healthy housing [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','42-revision-v1','','','2017-03-12 07:52:16','2017-03-12 07:52:16','',42,'http://air-techinternational.com/?p=25616',0,'revision','',0),(25618,1,'2017-03-12 08:01:31','2017-03-12 08:01:31','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"200px\" bottom_padding=\"200px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Air Duct Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n[caption id=\"attachment_25388\" align=\"alignleft\" width=\"192\"]<img class=\"wp-image-25388 size-full\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/HEPA_Air_Machine.jpg\" alt=\"Air Tech\'s Air Duct cleaning rotary brush system\" width=\"192\" height=\"377\" /> Air Tech\'s Air Duct cleaning rotary brush system[/caption]\r\n\r\nAir ducts & HVAC units cleaning is now considered the first step towards indoor air pollution control, provided that is done properly. This means following EPA\'s recommended cleaning techniques and; using the appropriate equipment, which is essential for managing massive contaminant disturbances.\r\n\r\nAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\r\n\r\nAir Duct Video Inspection SystemAnd because Seeing Is Believing, we\'re always Ready & Looking Forward to fulfill Consumer\'s Rights. In fact, our exclusive QA/QC program includes Complimentary duct cleaning video proofing since day one.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h3>Residential Air Duct, HVAC Cleaning: Options & Pricing</h3>\r\nNote: Base pricing set forth below is for 1 HVAC system featuring up to 16 supply air vents and; 3 return air intakes. Have a large home with Over 20 vents And/or 2 or More Separate HVAC Systems? Contact ATI for custom pricing. 240-388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\">Standard Air Duct Cleaning</span></strong></span>\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\"> Ductwork Only (Limited Service)</span></strong></span>\r\n\r\nThis service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.\r\n\r\n<strong>Single Family Homes & Townhouses:</strong> $349.00\r\n<strong>Small (1 Br.) Apartments & Condos:</strong> $299.00\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\">HVAC (Furnace, Air Handler) Unit Cleaning</span></strong>\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\"> NADCA / EPA Compliant Comprehensive Service</span></strong>\r\n\r\nIf your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.\r\n\r\n<strong>Only $150.00 With Air Duct Cleaning! Excl. Service: $499.00</strong>\r\n<strong> Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n1st Floor Dryer Vent Cleaning: <strong>Just $35.00</strong> With Air Duct Cleaning. Excl. Service: <strong>$109.00</strong>\r\n\r\n<span style=\"font-size: 18pt;\">Commercial & Industrial Air Duct Cleaning: Free Estimates</span>\r\n\r\n<span style=\"font-size: 18pt;\">Contact Air Tech For Scheduling & More Details. </span>\r\n\r\n<span style=\"font-size: 18pt;\"><strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n<img class=\"size-full wp-image-25382 aligncenter\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning','','inherit','closed','closed','','46-revision-v1','','','2017-03-12 08:01:31','2017-03-12 08:01:31','',46,'http://air-techinternational.com/?p=25618',0,'revision','',0),(25619,1,'2017-03-12 08:03:33','2017-03-12 08:03:33','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"200px\" bottom_padding=\"200px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Air Duct Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"][/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n[caption id=\"attachment_25388\" align=\"alignleft\" width=\"192\"]<img class=\"wp-image-25388 size-full\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/HEPA_Air_Machine.jpg\" alt=\"Air Tech\'s Air Duct cleaning rotary brush system\" width=\"192\" height=\"377\" /> Air Tech\'s Air Duct cleaning rotary brush system[/caption]\r\n\r\nAir ducts & HVAC units cleaning is now considered the first step towards indoor air pollution control, provided that is done properly. This means following EPA\'s recommended cleaning techniques and; using the appropriate equipment, which is essential for managing massive contaminant disturbances.\r\n\r\nAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment, which is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\r\n\r\nAir Tech also has Duct Video Inspection System. Because we know Seeing Is Believing and we\'re always Ready & Looking Forward to fulfill Consumer\'s Rights. In fact, our exclusive QA/QC program includes Complimentary duct cleaning video proofing since day one.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h3>Residential Air Duct, HVAC Cleaning: Options & Pricing</h3>\r\nNote: Base pricing set forth below is for 1 HVAC system featuring up to 16 supply air vents and; 3 return air intakes. Have a large home with Over 20 vents And/or 2 or More Separate HVAC Systems? Contact ATI for custom pricing. 240-388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\">Standard Air Duct Cleaning</span></strong></span>\r\n<span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt; line-height: 1.2;\"> Ductwork Only (Limited Service)</span></strong></span>\r\n\r\nThis service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.\r\n\r\n<strong>Single Family Homes & Townhouses:</strong> $349.00\r\n<strong>Small (1 Br.) Apartments & Condos:</strong> $299.00\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\">HVAC (Furnace, Air Handler) Unit Cleaning</span></strong>\r\n<strong><span style=\"font-size: 14pt; line-height: 1.2; color: #000080;\"> NADCA / EPA Compliant Comprehensive Service</span></strong>\r\n\r\nIf your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.\r\n\r\n<strong>Only $150.00 With Air Duct Cleaning! Excl. Service: $499.00</strong>\r\n<strong> Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n1st Floor Dryer Vent Cleaning: <strong>Just $35.00</strong> With Air Duct Cleaning. Excl. Service: <strong>$109.00</strong>\r\n\r\n<span style=\"font-size: 18pt;\">Commercial & Industrial Air Duct Cleaning: Free Estimates</span>\r\n\r\n<span style=\"font-size: 18pt;\">Contact Air Tech For Scheduling & More Details. </span>\r\n\r\n<span style=\"font-size: 18pt;\"><strong><span style=\"color: #ff0000;\">240-388-0030</span></strong></span>\r\n\r\n<img class=\"size-full wp-image-25382 aligncenter\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning','','inherit','closed','closed','','46-revision-v1','','','2017-03-12 08:03:33','2017-03-12 08:03:33','',46,'http://air-techinternational.com/?p=25619',0,'revision','',0),(25620,1,'2017-03-12 08:06:27','2017-03-12 08:06:27','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\" auto_ignore_hover=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" top_padding=\"150px\" bottom_padding=\"150px\" header_font=\"Arvo||||\" header_text_color=\"#18c3c3\"] [et_pb_slide heading=\"Air Duct Cleaning References\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_position=\"default\" background_size=\"default\" use_bg_overlay=\"off\" use_text_overlay=\"off\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"|||on|\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nSince its inception in 1999, Air Tech\'s Air Duct & HVAC Cleaning division has successfully completed over 14,500 residential, commercial and institutional projects with a consistent 92% customer satisfaction record. Remaining percentage accounts for project halt/cancellations due to inclement weather, schedule changes and; a few unforeseen circumstances that were beyond Air Tech\'s capabilities and/or control (should you find the perfect company, let us know).\n\nWe respect our client\'s privacy. Thus, would like to express our gratitude to all whom willfully pledged to be listed below.\n\nPlease note that\n\n(1) Clients\' phone numbers are available upon request;\n\n(2) May reserve the right to refuse to provide details about services provided and;\n\n(3) Listings may be up to 5 Years old. Additional references may be found at the following consumer\'s guide web sites: <a href=\"http://www.angieslist.com/\">Angie\'s List</a> | <a href=\"http://www.checkbook.org/\">Consumer\'s Checkbook</a>\n\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning References','','inherit','closed','closed','','66-autosave-v1','','','2017-03-12 08:06:27','2017-03-12 08:06:27','',66,'http://air-techinternational.com/?p=25620',0,'revision','',0),(25621,1,'2017-03-12 10:24:59','2017-03-12 10:24:59','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Dryer Vent Cleaning\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" body_font_size=\"20\" body_font_size_tablet=\"20\" body_font_size_phone=\"20\" body_line_height=\"1.75em\" body_line_height_tablet=\"1.75em\" body_line_height_phone=\"1.75em\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"]Commercial & Residential Dryer Exhaust Vents, Air Duct Cleaning Contractor MD/VA/DC[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h2>Clogged Dryer Vents - More Than Annoying</h2>\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-25381\" src=\"wp-content/uploads/2016/07/vac1a.gif\" alt=\"Ro-Vac Professional dryer vent cleaning system\" width=\"230\" height=\"250\" />Besides preventing fast drying action, excessive lint build-up or bird nesting in dryer vents may cause the dryer\'s temperature limit safety switch to cycle continuously, resulting in:\r\n\r\n(1) Higher dryer operation costs,\r\n\r\n(2) Clothing damage, or worse;\r\n\r\n(3) Overheating, which could possibly cause a Dryer Fire.\r\n\r\n \r\n\r\n \r\n\r\nRo-Vac Professional dryer vent cleaning system removes lint and bird nests, cleans small vents and air ducts. Fortunately, this problem has a Fast & Economical Solution. The key to optimal dryer performance is insuring proper exhaust airflow, and our newest Ro-Vac D4 professional dryer vent cleaning system was engineered exclusively for such a task. It features special attachments that grab & pull soft blockages (wet lint, bird nests), and self-maneuvering brush drivers that can reach & thoroughly clean any length or shape dryer duct. No other system (hose brush, compressed-air tool) works nearly as good ...if at all !!\r\n\r\n \r\n\r\n<span style=\"font-size: 16pt; line-height: 1.5;\">We\'re committed to deliver the highest quality services that you seek, for which invest in specialty tools that insure a job well done. So-please, save your receipt. With our newest D4, we Guarantee dryer vent cleaning at least 3 months.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h2><span style=\"color: #000080;\">Pricing</span></h2>\r\n<strong>Basement, 1St. Floor Dryer Vent Cleaning:</strong> $109.00\r\n\r\n<strong>2nd. floor wall-mounted dryer vents (Up to 20 Ft. high):</strong> $149.00\r\n\r\n<strong>3Rd. floor, roof-mounted vents (Over 20 Ft. High)</strong>: Call For Pricing\r\n\r\n<img class=\"alignleft size-full wp-image-25382\" src=\"wp-content/uploads/2016/07/CC_Logo.gif\" alt=\"CC_Logo\" width=\"310\" height=\"36\" />\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\"><span style=\"color: #ff0000;\"><strong>Service Coverage Area:</strong></span> Takoma Park, Silver Spring, Hyattsville</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"color: #000080;\"><strong><span style=\"font-size: 18pt;\">Stop Birds & Other Pests From Nesting In Your Dryer Vent!</span></strong></span></h3>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"19px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<img class=\"alignleft size-full wp-image-25383\" src=\"wp-content/uploads/2016/07/birdguard.gif\" alt=\"birdguard\" width=\"177\" height=\"173\" />Universal bird screen fits over all standard dryer and bathroom vent end tips for positive protection against birds, rodents and other pests. <span style=\"color: #000080;\"><strong>Just $55.00,</strong></span> Installed! With dryer vent cleaning.\r\n\r\nSpecial Note - Because dryer\'s exhaust airflow is more important than heat in the drying process, the use of proper dryer venting materials as well as adequate installation not only validate our exclusive 3-Month cleaning service warranty, but also helps achieving maximum dryer performance, resulting in lower electric/gas usage over time.\r\n\r\n \r\n\r\n<strong><span style=\"font-size: 18pt; line-height: 1.5;\">In order to achieve these savings:</span></strong>\r\n<ul style=\"list-style-type: square;\">\r\n <li>Your dryer vent should be independent from all other exhaust systems and vented outdoors</li>\r\n <li>Dryer ducts must be at least 4\" in diameter and/or as large as the dryer\'s outlet</li>\r\n <li>Only flexible metal connectors should be used between the dryer machine and the exhaust duct</li>\r\n <li>Duct-work joints should be secured with metal tape only, never screws or rivets</li>\r\n <li>Joints should be installed so the pipe connections point in the direction of the airflow</li>\r\n <li>Structurally concealed dryer vent ducts must be rigid metal (galvanized or aluminum)</li>\r\n <li>Outside end tip should not be obstructed or concealed (i.e. under decking or siding material)</li>\r\n <li>Outside dryer vent tip should be equipped with a back-draft damper, and a 1\" rodent/bird screen</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Dryer Vent Cleaning','','inherit','closed','closed','','47-revision-v1','','','2017-03-12 10:24:59','2017-03-12 10:24:59','',47,'http://air-techinternational.com/?p=25621',0,'revision','',0),(25622,1,'2017-03-12 10:28:48','2017-03-12 10:28:48','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Foreclosure Vacancy Cleanup\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"] [/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<img class=\"alignleft size-full wp-image-25373\" src=\"wp-content/uploads/2016/07/trashed-home.jpg\" alt=\"trashed home\" width=\"300\" height=\"198\" />Time is money, so the benefits of quickly turning REO/foreclosed or rental return properties into clean, safe and attractive homes for market cannot be overstated. Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to make your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!\r\n\r\n \r\n\r\nOur experienced Full-House Rehab team works with realtors, banks & landlords to quickly bring devastated homes to par. In addition to Police-assisted initial entry, intruder\'s eviction & property survey, services include, but are not limited to:\r\n\r\n<strong>Exterior Trash-Out:</strong> Includes junk/debris, construction materials & light furniture removal, lawn mowing, edging, shrubs trimming, raking, gutter cleaning and; low hanging tree branches (up to 3\" in diameter) cutting, removal & haul-out.\r\n\r\n<strong>Interior Clean-Out:</strong> Includes junk/debris & light furniture removal, and thorough cleaning of bathrooms, kitchen counters, cabinets and appliances, doors & windows, fireplaces, ceiling and wall fixtures, laundry rooms, closets, living areas carpet vacuuming, hard floors moping, full-house deodorizing, and garage junk/debris clearing and sweeping.\r\n\r\n \r\n<h3><span style=\"font-size: 18pt;\"><strong>Additional Services</strong></span></h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Plumbing Winterization & Board-Ups</li>\r\n <li>Flood/Sewer Back-Up Damage Repair</li>\r\n <li>Mold Remediation & Waterproofing</li>\r\n <li>Water Damaged Carpet Replacement</li>\r\n <li>HVAC Tune-Up Service & Repair</li>\r\n <li>Air Ducts & Dryer Vents Cleaning</li>\r\n <li>Wood Flooring Sanding & Re-Finishing</li>\r\n <li>Smoke & CO Detectors Install</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Attic Cleaning, Heating Oil Tanks Removal</li>\r\n <li>Plumbing & Appliances Repair</li>\r\n <li>Interior Walls Patching, Finishing & Painting</li>\r\n <li>Fixtures & Light Electrical Wiring Repair</li>\r\n <li>Deck, Driveway & Siding Power Washing</li>\r\n <li>Windows & Doors Repair, Locksmith Work</li>\r\n <li>Pools / Fish Ponds Cleanout & Draining</li>\r\n <li>Abandoned Vehicles Removal / Towing</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<strong>Bottom Line:</strong> Save time, aggravations & money, focus on market-ready real estate, not what\'s left of a home laden with junk. Let Air Tech clear entry, inspect, clean and restore your recent rental return, evicted or REO foreclosed home in a One-Stop operation, which is a much simpler, faster & cost effective approach, and a hassle-free resource that you can always count on.\r\n\r\nBanks have already accepted capital investments under the Treasury Department\'s ERP, which announced commitments totaling $161.3 billion out of $250 billion allocated. Sure enough, it means fresh money for loans! So foreclosed or not, struggling to sell a run-down home makes no sense when all that it takes to get it fixed... is a single phone call.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Foreclosure Vacancy Cleanup','','inherit','closed','closed','','53-revision-v1','','','2017-03-12 10:28:48','2017-03-12 10:28:48','',53,'http://air-techinternational.com/?p=25622',0,'revision','',0),(25623,1,'2017-03-12 10:29:51','2017-03-12 10:29:51','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" top_padding=\"150px\" bottom_padding=\"150px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" header_font=\"Droid Sans||||\" header_text_color=\"#18c3c3\" header_line_height=\"1.5em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_slide heading=\"Foreclosure Vacancy Cleanup\" button_link=\"#\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font=\"|||on|\" body_font=\"||||\" custom_button=\"off\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" disabled=\"off\"] [/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n<img class=\"alignleft wp-image-25373 size-full\" src=\"http://air-techinternational.com/wp-content/uploads/2016/07/trashed-home.jpg\" alt=\"Foreclosure vacancy cleanup services in Silver Spring\" width=\"300\" height=\"198\" />Time is money, so the benefits of quickly turning REO/foreclosed or rental return properties into clean, safe and attractive homes for market cannot be overstated. Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to make your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!\r\n\r\n \r\n\r\nOur experienced Full-House Rehab team works with realtors, banks & landlords to quickly bring devastated homes to par. In addition to Police-assisted initial entry, intruder\'s eviction & property survey, services include, but are not limited to:\r\n\r\n<strong>Exterior Trash-Out:</strong> Includes junk/debris, construction materials & light furniture removal, lawn mowing, edging, shrubs trimming, raking, gutter cleaning and; low hanging tree branches (up to 3\" in diameter) cutting, removal & haul-out.\r\n\r\n<strong>Interior Clean-Out:</strong> Includes junk/debris & light furniture removal, and thorough cleaning of bathrooms, kitchen counters, cabinets and appliances, doors & windows, fireplaces, ceiling and wall fixtures, laundry rooms, closets, living areas carpet vacuuming, hard floors moping, full-house deodorizing, and garage junk/debris clearing and sweeping.\r\n\r\n \r\n<h3><span style=\"font-size: 18pt;\"><strong>Additional Services</strong></span></h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"802px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Plumbing Winterization & Board-Ups</li>\r\n <li>Flood/Sewer Back-Up Damage Repair</li>\r\n <li>Mold Remediation & Waterproofing</li>\r\n <li>Water Damaged Carpet Replacement</li>\r\n <li>HVAC Tune-Up Service & Repair</li>\r\n <li>Air Ducts & Dryer Vents Cleaning</li>\r\n <li>Wood Flooring Sanding & Re-Finishing</li>\r\n <li>Smoke & CO Detectors Install</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<ul style=\"list-style-type: square;\">\r\n <li>Attic Cleaning, Heating Oil Tanks Removal</li>\r\n <li>Plumbing & Appliances Repair</li>\r\n <li>Interior Walls Patching, Finishing & Painting</li>\r\n <li>Fixtures & Light Electrical Wiring Repair</li>\r\n <li>Deck, Driveway & Siding Power Washing</li>\r\n <li>Windows & Doors Repair, Locksmith Work</li>\r\n <li>Pools / Fish Ponds Cleanout & Draining</li>\r\n <li>Abandoned Vehicles Removal / Towing</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"18px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<strong>Bottom Line:</strong> Save time, aggravations & money, focus on market-ready real estate, not what\'s left of a home laden with junk. Let Air Tech clear entry, inspect, clean and restore your recent rental return, evicted or REO foreclosed home in a One-Stop operation, which is a much simpler, faster & cost effective approach, and a hassle-free resource that you can always count on.\r\n\r\nBanks have already accepted capital investments under the Treasury Department\'s ERP, which announced commitments totaling $161.3 billion out of $250 billion allocated. Sure enough, it means fresh money for loans! So foreclosed or not, struggling to sell a run-down home makes no sense when all that it takes to get it fixed... is a single phone call.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Foreclosure Vacancy Cleanup','','inherit','closed','closed','','53-revision-v1','','','2017-03-12 10:29:51','2017-03-12 10:29:51','',53,'http://air-techinternational.com/?p=25623',0,'revision','',0),(25625,1,'2017-03-12 12:55:11','2017-03-12 12:55:11','[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled_on=\"on|off|off\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" use_border_color=\"off\" border_style=\"solid\" custom_padding=\"||20px|\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h1>Air-Tech International offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma Park and Hyattsville</h1>\r\nNeed a quick quote?Just fill this up and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"on\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#0c71c3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"30px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"36px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nCall (240) 388-0030 to talk to an air duct cleaning expert now\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"91px|0px|51.1875px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled_on=\"off|off|off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]\r\n<h2>Air Duct Cleaning</h2>\r\n\r\n<hr />\r\n\r\nAir Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.\r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=46\">Learn More</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]\r\n<h2>Dry Vent Cleaning</h2>\r\n\r\n<hr />\r\n\r\nOur Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Maryland, Northern Virginia, and Washington DC.\r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]\r\n<h2>Foreclosure Cleaning</h2>\r\n\r\n<hr />\r\n\r\nBacked by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!\r\n\r\n<a class=\"btn-red\" href=\"?page_id=53\">Learn More</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font_size=\"15px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_color=\"#111111\" border_width=\"2px\" border_style=\"solid\" custom_padding=\"40px|40px|40px|40px\" disabled=\"off\"]\r\n<h2>Small Home Repair</h2>\r\n\r\n<hr />\r\n\r\nWe are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.\r\n\r\n \r\n\r\n \r\n\r\n<a class=\"btn-red\" href=\"?page_id=49\">Learn More</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#212121\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"900px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n<h3><span style=\"font-size: xx-large;\">About Air-Tech International</span></h3>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"justified\" text_line_height=\"1.75em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_video admin_label=\"Video\" src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" disabled=\"off\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#c12a24\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" background_color=\"#7ebec5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" custom_padding_last_edited=\"on|desktop\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" text_font=\"Arvo||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\r\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What is air duct cleaning, really?\" title=\"What is air duct cleaning, really?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"What\'s the difference?\" title=\"What\'s the difference?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title=\"How do I find out if my HVAC unit actually needs cleaning?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nAll air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.\r\n\r\nLeft side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.\r\n\r\nKeep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.\r\n\r\nEvaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump\r\n\r\nHeat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil\r\n\r\ndirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.\r\n\r\nCleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.\r\n\r\nConsumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_toggle admin_label=\"Should Licensed Contractors offer options?\" title=\"Should Licensed Contractors offer options?\" open=\"off\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\" disabled=\"off\"]\r\n\r\nIf regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:\r\n<ul style=\"list-style-type: square;\">\r\n <li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\r\n <li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\r\n</ul>\r\nBut until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.\r\n\r\n[/et_pb_toggle][et_pb_divider admin_label=\"Divider\" color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_divider admin_label=\"Divider\" color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"http://air-techinternational.com/?page_id=73\" url_new_window=\"off\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"20\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_divider admin_label=\"Divider\" color=\"#222222\" height=\"15\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"off\" custom_width_px=\"950px\" custom_width_percent=\"60%\" use_custom_gutter=\"off\" gutter_width=\"3\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\r\nTell us what you need and we will get back to you with a quote in less than 24 hours.\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Phone - %%phone%% Message - %%message%%\" use_redirect=\"off\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"20\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [et_pb_contact_field field_id=\"name\" field_title=\"Name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-03-12 12:55:11','2017-03-12 12:55:11','',38,'http://air-techinternational.com/?p=25625',0,'revision','',0),(25628,1,'2017-03-18 11:47:12','2017-03-18 11:47:12','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|off\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]<h1>Need an air duct cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"off|off|on\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|1px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"39px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring','','inherit','closed','closed','','25551-revision-v1','','','2017-03-18 11:47:12','2017-03-18 11:47:12','',25551,'http://air-techinternational.com/?p=25628',0,'revision','',0),(25632,1,'2017-03-31 07:23:15','2017-03-31 07:23:15','<p>[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]</p><p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p><p> </p><p>[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]</p><p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p><p> </p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"off|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]</p><h1>Need an air duct cleaning in Silver Spring?</h1><p>Just fill this form below and we will get back to you with a quote in 24 hours</p><p>[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"off|off|on\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]</p><h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1><p>Just fill this form below and we will get back to you with a quote in 24 hours</p><p>[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|1px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"39px|0px|40px|0px\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]</p><h2>Standard Air Duct Cleaning</h2><p>[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\"]</p><h2>HVAC Unit Cleaning</h2><p>[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#990c04\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]</p><p>Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]</p><h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]</p><p>- Single Family Homes & Townhouses: $349.00</p><p>- Small (1 Br.) Apartments & Condos: $299.00</p><p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p><p>Excl. Service: $499.00</p><p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p><p>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#ededed\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]</p><h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" background_layout=\"light\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" background_layout=\"light\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]</p><h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5><p>Just fill up this form and we will get back to you in 24 hours</p><p>[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"25.59375px|0px|13px|0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Air Duct Cleaning in Silver Spring','','inherit','closed','closed','','25551-autosave-v1','','','2017-03-31 07:23:15','2017-03-31 07:23:15','',25551,'http://air-techinternational.com/?p=25632',0,'revision','',0); INSERT INTO `wp_posts` VALUES (25635,1,'2017-04-18 14:56:53','2017-04-18 14:56:53','[et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/02/Air-Duct-and-Dry-Vent-Cleaning-in-Maryland.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(0,215,226,0.86)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,215,226,0.86)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#e84500\" text_line_height=\"1.9em\" custom_padding=\"||20px|\"]<h1>Air-Tech International offers specialized air duct and dryer vent cleaning in Silver Spring, Takoma Park and Hyattsville</h1>\n<p>Need a quick quote?Just fill this up and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#0c71c3\" custom_padding=\"30px|0px|30px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"36px\" text_line_height=\"1.8em\"]\r\n\r\nCall (240) 388-0030 to talk to an air duct cleaning expert now\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"91px|0px|51.1875px|0px\" disabled_on=\"off|off|off\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2><span style=\"font-size: 48px; color: #ce2b1c;\">Our Services</span></h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Air Duct Cleaning</h2>\n<hr />\n<p>Air Tech brings 10+ years of experience sanitizing HVAC systems using certified green products and the latest Air-Care professional duct cleaning equipment. Our equipment is EPA Registered, 100% NADCA Compliant and; FDA Approved for use in hospitals.</p>\n<p> </p>\n<p><a class=\"btn-red\" href=\"?page_id=46\">Learn More</a></p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Dry Vent Cleaning</h2>\n<hr />\n<p>Our Ro-Vac Professional dryer vent cleaning system is a fast & economical solution that removes lint and bird nests, cleans small vents and air ducts. We’re committed to delivering the highest quality services dryer vent cleaning services in Silver Spring, Takoma <g class=\"gr_ gr_41 gr-alert gr_gramm gr_disable_anim_appear Punctuation only-ins replaceWithoutSep\" id=\"41\" data-gr-id=\"41\">Park</g> and Hyattsville.</p>\n<p> </p>\n<p><a class=\"btn-red\" href=\"?page_id=47\"><span style=\"font-size: large;\">Learn More</span></a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" make_equal=\"on\" background_color_1=\"#f4f4f4\" background_color_2=\"#f4f4f4\" custom_css_main_1=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" custom_css_main_2=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Foreclosure Cleaning</h2>\n<hr />\n<p>Backed by nearly 10 years of environmental clean-ups, fire and water damage restoration experience, Air Tech is committed to making your bank-owned (REO), rental vacancy or foreclosed homes to-do list headaches a thing of the past. Imagine making a single phone call, have your REO, foreclosed or rental return property cleaned, fixed & ready for occupancy in 2 days or so!</p>\n<p><a class=\"btn-red\" href=\"?page_id=53\">Learn More</a></p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" background_color=\"#f4f4f4\" custom_css_main=\"-moz-box-shadow: 3px 3px 5px 3px #ccc;|| -webkit-box-shadow: 3px 3px 5px 6px #ccc;|| box-shadow: 3px 3px 3px 3px #ccc;\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"15px\" text_line_height=\"1.8em\" custom_padding=\"40px|40px|40px|40px\"]<h2>Small Home Repair</h2>\n<hr />\n<p>We are a Fully Licensed & Insured home improvement company committed to providing quality work at reasonable rates, which are based on accurate estimates. Whether you are looking into Windows & Doors Install, Kitchen & bathroom repairs, Drop Ceilings, Recess Lighting to Porch Construction/Repair; we can help you.</p>\n<p> </p>\n<p> </p>\n<p><a class=\"btn-red\" href=\"?page_id=49\">Learn More</a></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#212121\" admin_label=\"section\"][et_pb_row custom_width_px=\"900px\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text admin_label=\"Text\"]<h3><span style=\"font-size: xx-large;\">About Air-Tech International</span></h3>\n<hr />\n[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"justified\" admin_label=\"Text\" text_line_height=\"1.75em\"]\r\n\r\n<span style=\"font-size: 14pt; line-height: 1.5;\">Air Tech Int\'l LLC (ATI) offers a wide range of services to help residential & commercial clients resolving general maintenance, construction, remodeling, fire/water damage cleanup and restoration issues. Our corporate philosophy is entirely dedicated to provide our clients with the most feasible, unobtrusive and effective solutions they seek.</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=wNAmGQD5BhM&\" image_src=\"//i.ytimg.com/vi/wNAmGQD5BhM/hqdefault.jpg\" admin_label=\"Video\"] [/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#c12a24\" padding_mobile=\"off\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://air-techinternational.com/?page_id=69\" url_new_window=\"on\" button_text=\"REQUEST A QUOTE\" use_background_color=\"off\" admin_label=\"Call To Action\"]\r\n<h3>If you have a requirement to clean up your office or home, please contact us now</h3>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\"][et_pb_row custom_padding=\"30px||0px|\" custom_padding_tablet=\"90px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" custom_padding_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font=\"Arvo||||\"]<h3><span style=\"font-size: 24pt; line-height: 1.5;\">Have a query about our service? </span></h3>\n<h3><span style=\"font-size: 24pt;\">Browse our FAQs</span></h3>\n[/et_pb_text][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_toggle title=\"What is air duct cleaning, really?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What is air duct cleaning, really?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" custom_padding=\"20px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\"] The term \"air duct cleaning\" generally refers to the work performed by companies that clean HVAC systems, which is a misnomer because it implies that only ductwork is cleaned. The term \"Heating, Ventilation & Air Conditioning (HVAC) system cleaning defines best what Air Tech does, which is the comprehensive cleaning of all existing components of a forced air system. [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_toggle title=\"What\'s the difference?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"What\'s the difference?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\"] We also clean HVAC units, and like No one else does. Because these deliver 3 functions (heating, ventilation & air-conditioning) to provide thermal comfort & acceptable indoor air quality, even manufacturers recognize the importance of this task. Also, EPA clearly states: \"It makes nonsense to clean ductwork if air handlers are left untouched. Air ducts deliver exactly what an air handler drives, and if the ductwork is dirty, so are the air handler\'s guts\". [/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_toggle title=\"How do I find out if my HVAC unit actually needs cleaning?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"How do I find out if my HVAC unit actually needs cleaning?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\"]<p>All air handlers -or HVAC units- are accessible for inspection by design, so power off the unit first, and then remove its front cover panels to take a look. A GAS furnace is depicted to the left. Note the blower fan at the bottom and; the air filter enclosure to the side. By removing the air filter, part of the return ductwork will also become exposed. Since the blower fan is the heart of your system, it should be inspected first. If you see anything like in the pictures below, then consider having the HVAC unit cleaned along with the air ducts.</p>\n<p>Left side pictures denote excessive dust & debris, which tells you there\'s a problem with the air filter. The ones to the right denote excessive rust, which means there\'s a moisture problem that needs immediate attention.</p>\n<p>Keep in mind that when the system is on, what\'s in the blower is also in the air that you breathe, so ..you be the judge. Also, of note is that if the blower fan is dirty, so is the rest of the system, and blower fans cannot be cleaned while in place. They MUST be removed & cleaned outdoors, and this task alone takes 1 hour or so.</p>\n<p>Evaporator CoilYour evaporator, or A/C cooling coil looks like an automobile\'s radiator and it usually sits above the furnace. You should know that dirt & water socialize in there, and yet is the most neglected of all HVAC parts. That\'s because periodic servicing takes soft hands & a fair amount of patience, and for many HVAC maintenance contractors ..patience is not worth a dime. Inspecting A/C coils in gas furnaces can be tricky but again, if the blower fan is dirty, so is the coil\'s inner side.heat pump</p>\n<p>Heat pumps are far more accessible. When you remove the cover panel the blower fan is totally exposed, and also most of this infamous coil, which unlike that of a gas furnace, it actually faces the incoming airflow. Thus, it is prone by design not only to do its own, but also the air filter\'s job. So-please, pay special attention to it.dirty and rusty cooling coil</p>\n<p>dirty cooling coilIf it looks like in the pictures to the sides, have it cleaned ASAP. Moistened dirt build-up on its surfaces work pretty much like a hair clog in your sink. It can restrict airflow up to a point in which ice build-up may occur, blower fans choke, fan motors overheat or burn, or may cause blower surfaces & surrounding areas to get filled with mold. If that may be the case, you\'ll find out at first sight.</p>\n<p>Cleaning coils & blower fans are tedious tasks, take specialty tools, character, know-how & patience to do it right; or even licensing, depending on where you are. And this is what \"blow-n-goers\" Feast off, Cheat on, or Skip at all.</p>\n<p>Consumer\'s Countermeasures: Seeing for yourself the condition of your HVAC unit Before you call anyone; knowing what needs to be cleaned and; saying that you want -and will- closely inspect these key HVAC parts along with the ductwork at the time of booking may cause certain companies to suddenly experience booked up syndrome, or please hold attacks. Have some coupons? Go ahead now - Try One Out! :)</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_toggle title=\"Should Licensed Contractors offer options?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" admin_label=\"Should Licensed Contractors offer options?\" title_font=\"Open Sans|on|||\" title_font_size=\"24\" title_font_size_tablet=\"18\" title_font_size_last_edited=\"on|tablet\" title_text_color=\"#000000\" body_font=\"Open Sans||||\" body_font_size=\"18\" body_text_color=\"#666666\" body_line_height=\"1.6em\" use_border_color=\"on\" custom_padding=\"30px|0px|2px|0px\" custom_css_toggle_icon=\"font-size:20px;||\"]<p>If regulations apply, then the answer is no. According to the EPA, if an HVAC system is to be cleaned, is everything from top to bottom, no piece should be left behind; but sure enough, there are circumstances in which a licensed contractor might choose to accommodate your personal needs at a reasonable price, but not without making sure that you understand that while performing a limited task, cannot assume liability for anything else. If no regulations apply and; should you agree to the facts in advance, then you may choose from two half-way options:</p>\n<ul style=\"list-style-type: square;\">\n<li>Air Duct Cleaning - Meaning, all of the ductwork, vents & grilles, but nothing else than what distributes airflow.</li>\n<li>Air Handler or HVAC Cleaning - Meaning, all of the heating & cooling machinery, but none of the ductwork.</li>\n</ul>\n<p>But until your local authorities draw the line & set apart a custom service from a half ... job, anything less than a full-service is not worth the try. Regulations or not, EPA still makes sense, and we stand by the authorities 100%.</p>\n[/et_pb_toggle][et_pb_divider color=\"#222222\" show_divider=\"on\" height=\"0\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"4\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_divider color=\"#222222\" height=\"15\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][et_pb_button button_url=\"http://air-techinternational.com/?page_id=73\" button_text=\"BROWSE COMPLETE FAQS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Button\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_icon=\"%%52%%\" button_icon_color=\"#ffffff\" background_color=\"#1e73be\"] [/et_pb_button][et_pb_divider color=\"#222222\" height=\"15\" hide_on_mobile=\"off\" admin_label=\"Divider\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" background_color=\"#ffffff\" padding_mobile=\"off\" admin_label=\"Section\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"Row\"][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"off\" column_padding_mobile=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"||||\" text_font_size=\"24px\" text_line_height=\"1.8em\"]<h3><span style=\"font-size: 36pt; line-height: 1.5;\">Get an Instant Quote</span></h3>\n<p>Tell us what you need and we will get back to you with a quote in less than 24 hours.</p>\n[/et_pb_text][et_pb_contact_form captcha=\"off\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for your inquiry. We will get back to you with a quote in 24 hours. \" form_background_color=\"rgba(255,255,255,0.66)\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" title_text_color=\"#5e5e5e\" form_field_text_color=\"#0c0c0c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#c41919\" button_border_color=\"#c41919\" button_text_color_hover=\"#ffffff\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" form_field_font=\"||||\" use_border_color=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" form_field_font=\"||||\" use_border_color=\"off\"] [/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\" form_field_font=\"||||\" use_border_color=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Your Requirement\" field_type=\"text\" fullwidth_field=\"on\" form_field_font=\"||||\" use_border_color=\"off\"] [/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\" column_padding_mobile=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','38-revision-v1','','','2017-04-18 14:56:53','2017-04-18 14:56:53','',38,'http://air-techinternational.com/?p=25635',0,'revision','',0),(25638,1,'2017-05-10 07:18:08','2017-05-10 07:18:08','<p>[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]</p><p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p><p> </p><p>[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]</p><p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p><p> </p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|off\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]</p><h1>Need an air duct cleaning in Silver Spring?</h1><p>Just fill this form below and we will get back to you with a quote in 24 hours</p><p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"off|off|on\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]</p><h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1><p>Just fill this form below and we will get back to you with a quote in 24 hours</p><p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|1px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"39px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]</p><h2>Standard Air Duct Cleaning</h2><p>[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]</p><h2>HVAC Unit Cleaning</h2><p>[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]</p><p>Air Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]</p><h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]</p><p>- Single Family Homes & Townhouses: $349.00</p><p>- Small (1 Br.) Apartments & Condos: $299.00</p><p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p><p>Excl. Service: $499.00</p><p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p><p>[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]</p><h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]</p><h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5><p>Just fill up this form and we will get back to you in 24 hours</p><p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Landing Page V1','','publish','closed','closed','','landing-page-v1','','','2017-05-10 07:18:08','2017-05-10 07:18:08','',0,'http://air-techinternational.com/?post_type=et_pb_layout&p=25638',0,'et_pb_layout','',0),(25640,1,'2017-05-10 07:34:22','2017-05-10 07:34:22','[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Logo\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Deskto\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]\r\n<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\r\n<span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span>\r\n\r\nJust fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Laptop-mobile\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]\r\n<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\r\n<span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span>\r\n\r\nJust fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"92px|0px|59px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|49px|0px\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"]\r\n<p style=\"text-align: justify;\">This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor.</p>\r\n<p style=\"text-align: justify;\">It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_87737628_Subscription_Monthly_M-e1494407503752.jpg\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\"]\r\n<h2 style=\"text-align: left;\">HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"]\r\n<p style=\"text-align: justify;\">If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work.</p>\r\n<p style=\"text-align: justify;\">This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#ededed\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" background_layout=\"light\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" background_layout=\"light\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(12,113,195,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"25.59375px|0px|13px|0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','publish','closed','closed','','air-duct-cleaning-silver-spring-md','','','2017-05-10 09:34:18','2017-05-10 09:34:18','',0,'http://air-techinternational.com/?page_id=25640',0,'page','',0),(25641,1,'2017-05-10 07:21:00','2017-05-10 07:21:00','[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:21:00','2017-05-10 07:21:00','',25640,'http://air-techinternational.com/?p=25641',0,'revision','',0),(25642,1,'2017-05-10 07:31:01','2017-05-10 07:31:01','','woman-698948_1280','','inherit','open','closed','','woman-698948_1280','','','2017-05-10 07:31:01','2017-05-10 07:31:01','',25640,'http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg',0,'attachment','image/jpeg',0),(25643,1,'2017-05-10 07:33:17','2017-05-10 07:33:17','[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"off|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]\r\n<h1>Need an air duct cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"off|off|on\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|1px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"39px|0px|40px|0px\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#990c04\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#ededed\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" background_layout=\"light\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" background_layout=\"light\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"25.59375px|0px|13px|0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:33:17','2017-05-10 07:33:17','',25640,'http://air-techinternational.com/?p=25643',0,'revision','',0),(25644,1,'2017-05-10 07:34:03','2017-05-10 07:34:03','[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"off|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]\r\n<h1>Need an air duct cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"off|off|on\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|1px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"39px|0px|40px|0px\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#990c04\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#ededed\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" background_layout=\"light\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" background_layout=\"light\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"25.59375px|0px|13px|0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:34:03','2017-05-10 07:34:03','',25640,'http://air-techinternational.com/?p=25644',0,'revision','',0),(25646,1,'2017-05-10 07:37:00','2017-05-10 07:37:00','[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Logo\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Deskto\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"off|off|off\" use_custom_width=\"off\" width_unit=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"on\" parallax_1=\"off\" parallax_method_1=\"off\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" parallax_2=\"off\" parallax_method_2=\"off\" padding_top_2=\"200px\" padding_bottom_2=\"200px\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]\r\n<h1>Need an air duct cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" disabled=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]\r\n<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\r\nJust fill this form below and we will get back to you with a quote in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|1px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"39px|0px|40px|0px\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#990c04\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#ededed\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" background_layout=\"light\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" background_layout=\"light\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"25.59375px|0px|13px|0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:37:00','2017-05-10 07:37:00','',25640,'http://air-techinternational.com/?p=25646',0,'revision','',0),(25647,1,'2017-05-10 07:40:18','2017-05-10 07:40:18','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(30,183,0,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]<h1>Need an air duct cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|on\" admin_label=\"section\" disabled=\"on\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|1px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"39px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:40:18','2017-05-10 07:40:18','',25640,'http://air-techinternational.com/?p=25647',0,'revision','',0),(25649,1,'2017-05-10 07:49:47','2017-05-10 07:49:47','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|on\" admin_label=\"section\" disabled=\"on\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|1px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"39px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:49:47','2017-05-10 07:49:47','',25640,'http://air-techinternational.com/?p=25649',0,'revision','',0),(25651,1,'2017-05-10 07:51:18','2017-05-10 07:51:18','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"40px|0px|40px|0px\" disabled_on=\"on|on|on\" admin_label=\"section\" disabled=\"on\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"0px|0px|0px|50px\" background_color_1=\"rgba(30,183,0,0.9)\" padding_top_1=\"40px\" padding_right_1=\"30px\" padding_bottom_1=\"40px\" padding_left_1=\"30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(30,183,0,0.9)\" padding_bottom=\"40px\" padding_left=\"30px\" padding_right=\"30px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\"]<h1>Need an air duct or dryer vent cleaning in Silver Spring?</h1>\n<p>Just fill this form below and we will get back to you with a quote in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"mrosette@rcn.com\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:51:18','2017-05-10 07:51:18','',25640,'http://air-techinternational.com/?p=25651',0,'revision','',0),(25653,1,'2017-05-10 07:53:56','2017-05-10 07:53:56','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\" bg_img_1=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:53:56','2017-05-10 07:53:56','',25640,'http://air-techinternational.com/?p=25653',0,'revision','',0),(25655,1,'2017-05-10 07:56:02','2017-05-10 07:56:02','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"6px|0px|50px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|35px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:56:02','2017-05-10 07:56:02','',25640,'http://air-techinternational.com/?p=25655',0,'revision','',0),(25656,1,'2017-05-10 07:56:52','2017-05-10 07:56:52','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|50px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|35px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"50px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:56:52','2017-05-10 07:56:52','',25640,'http://air-techinternational.com/?p=25656',0,'revision','',0),(25658,1,'2017-05-10 07:58:29','2017-05-10 07:58:29','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"50px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 07:58:29','2017-05-10 07:58:29','',25640,'http://air-techinternational.com/?p=25658',0,'revision','',0),(25660,1,'2017-05-10 08:56:09','2017-05-10 08:56:09','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"50px|0px|40px|0px\" admin_label=\"Section\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"0px|0px|30px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"] If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 08:56:09','2017-05-10 08:56:09','',25640,'http://air-techinternational.com/?p=25660',0,'revision','',0),(25662,1,'2017-05-10 09:05:26','2017-05-10 09:05:26','','Air Condioner Repairman Thumbsup','Air conditioning repairman working on a compressor and giving a thumbsup.','inherit','open','closed','','air-condioner-repairman-thumbsup','','','2017-05-10 09:07:44','2017-05-10 09:07:44','',0,'http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_12970634_Subscription_Monthly_M.jpg',0,'attachment','image/jpeg',0),(25663,1,'2017-05-10 09:09:38','2017-05-10 09:09:38','','air conditioner','Placing back clean filter into air conditioner','inherit','open','closed','','air-conditioner','','','2017-05-10 09:13:06','2017-05-10 09:13:06','',0,'http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_87737628_Subscription_Monthly_M.jpg',0,'attachment','image/jpeg',0),(25664,1,'2017-05-10 09:11:32','2017-05-10 09:11:32','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"92px|0px|59px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"0px|0px|49px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"]<p style=\"text-align: left;\">This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor. It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_87737628_Subscription_Monthly_M.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]\r\n<h2>HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"]<p style=\"text-align: left;\">If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the <g class=\"gr_ gr_5 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling\" id=\"5\" data-gr-id=\"5\">duct-work</g>. This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. More About Dirty Air Handlers.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 09:11:32','2017-05-10 09:11:32','',25640,'http://air-techinternational.com/?p=25664',0,'revision','',0),(25666,1,'2017-05-10 09:13:18','2017-05-10 09:13:18','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"92px|0px|59px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"0px|0px|49px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"]<p style=\"text-align: justify;\">This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor.</p>\n<p style=\"text-align: justify;\">It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_87737628_Subscription_Monthly_M.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]<h2 style=\"text-align: left;\">HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"]<p style=\"text-align: justify;\">If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the <g class=\"gr_ gr_5 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling\" id=\"5\" data-gr-id=\"5\">duct-work</g>.</p>\n<p style=\"text-align: justify;\">This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(0,181,54,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(0,181,54,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 09:13:18','2017-05-10 09:13:18','',25640,'http://air-techinternational.com/?p=25666',0,'revision','',0),(25667,1,'2017-05-10 09:14:04','2017-05-10 09:14:04','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#990c04\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"92px|0px|59px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"0px|0px|49px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"]<p style=\"text-align: justify;\">This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor.</p>\n<p style=\"text-align: justify;\">It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_87737628_Subscription_Monthly_M.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]<h2 style=\"text-align: left;\">HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"]<p style=\"text-align: justify;\">If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the <g class=\"gr_ gr_5 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling\" id=\"5\" data-gr-id=\"5\">duct-work</g>.</p>\n<p style=\"text-align: justify;\">This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(12,113,195,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 09:14:04','2017-05-10 09:14:04','',25640,'http://air-techinternational.com/?p=25667',0,'revision','',0),(25670,1,'2017-05-10 09:19:07','2017-05-10 09:19:07','[et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\" admin_label=\"row\"][et_pb_column type=\"2_3\" padding_last_edited=\"on|\" padding_bottom=\"30px\" padding_top=\"20px\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" admin_label=\"Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text disabled_on=\"on|on|off\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][et_pb_text text_orientation=\"center\" disabled_on=\"off|off|on\" admin_label=\"Text\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]<p>Call us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong></p>\n<p> </p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\" admin_label=\"Deskto\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.9)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" bg_img=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_bottom=\"200px\" padding_top=\"200px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\" admin_label=\"Laptop-mobile\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\" admin_label=\"row\"][et_pb_column type=\"4_4\" background_color=\"rgba(11,123,193,0.92)\" padding_bottom=\"40px\" padding_left=\"50px\" padding_right=\"50px\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"off\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<p><span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span></p>\n<p>Just fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!</p>[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#e5e5e5\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" max_width=\"900px\" admin_label=\"Text\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"92px|0px|59px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"0px|0px|49px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"]<p style=\"text-align: justify;\">This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor.</p>\n<p style=\"text-align: justify;\">It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_87737628_Subscription_Monthly_M-e1494407503752.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" admin_label=\"Row\"][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\"]<h2 style=\"text-align: left;\">HVAC Unit Cleaning</h2>[/et_pb_text][et_pb_text text_orientation=\"center\" admin_label=\"Text\" text_font_size=\"18px\"]<p style=\"text-align: justify;\">If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the <g class=\"gr_ gr_5 gr-alert gr_spell gr_disable_anim_appear ContextualSpelling\" id=\"5\" data-gr-id=\"5\">duct-work</g>.</p>\n<p style=\"text-align: justify;\">This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\" admin_label=\"row\"][et_pb_column type=\"1_3\" background_color=\"#0b7fc6\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#0c6cd3\" padding_bottom=\" 50px \" padding_left=\" 40px\" padding_right=\" 40px \" padding_top=\"50px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" background_color=\"#115ae0\" padding_bottom=\" 50px \" padding_left=\"40px\" padding_right=\" 40px \" padding_top=\"50px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Text\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]<p>- Single Family Homes & Townhouses: $349.00</p>\n<p>- Small (1 Br.) Apartments & Condos: $299.00</p>\n<p>- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!</p>\n<p>Excl. Service: $499.00</p>\n<p>- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!</p>\n[/et_pb_text][et_pb_image src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" admin_label=\"Image\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ededed\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" admin_label=\"row\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Carolyn Bowes\" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Christopher D. \" background_layout=\"light\" admin_label=\"Testimonial\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"section\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(12,113,195,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\" admin_label=\"row\"][et_pb_column type=\"1_2\" background_color=\"rgba(12,113,195,0.92)\" padding_bottom=\"40px\" padding_left=\" 30px\" padding_right=\" 30px \" padding_top=\"40px \" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Text\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\n<p>Just fill up this form and we will get back to you in 24 hours</p>\n[/et_pb_text][et_pb_contact_form email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" admin_label=\"Contact Form\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\" admin_label=\"Section\"][et_pb_row custom_padding=\"25.59375px|0px|13px|0px\" admin_label=\"Row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Text\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 09:19:07','2017-05-10 09:19:07','',25640,'http://air-techinternational.com/?p=25670',0,'revision','',0),(25671,1,'2017-05-10 09:34:26','2017-05-10 09:34:26','[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Logo\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\n\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\n\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Deskto\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]\n<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span>\n\nJust fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!\n\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Laptop-mobile\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]\n<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\n<span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span>\n\nJust fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!\n\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\n\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"92px|0px|59px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|49px|0px\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\n<h2>Standard Air Duct Cleaning</h2>\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"]\n<p style=\"text-align: justify;\">This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor.</p>\n<p style=\"text-align: justify;\">It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_87737628_Subscription_Monthly_M-e1494407503752.jpg\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\"]\n<h2 style=\"text-align: left;\">HVAC Unit Cleaning</h2>\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"]\n<p style=\"text-align: justify;\">If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work.</p>\n<p style=\"text-align: justify;\">This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning.</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]\n\n- Single Family Homes & Townhouses: $349.00\n\n- Small (1 Br.) Apartments & Condos: $299.00\n\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\n\nExcl. Service: $499.00\n\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\n\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#ededed\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" background_layout=\"light\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" background_layout=\"light\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(12,113,195,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\nJust fill up this form and we will get back to you in 24 hours\n\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"25.59375px|0px|13px|0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-autosave-v1','','','2017-05-10 09:34:26','2017-05-10 09:34:26','',25640,'http://air-techinternational.com/?p=25671',0,'revision','',0),(25672,1,'2017-05-10 09:34:18','2017-05-10 09:34:18','[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" padding_top_1=\"20px\" padding_bottom_1=\"30px\" padding_1_last_edited=\"on|\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Logo\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/Logo-e1488793066979.jpg\" alt=\"Air duct cleaning in Silver Spring\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" disabled_on=\"on|on|off\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" disabled_on=\"off|off|on\" text_font=\"Oswald|||on|\" text_font_size=\"22\" custom_padding=\"40px|||\"]\r\n\r\nCall us now - <strong><span style=\"font-size: xx-large;\"><a href=\"tel:2403880030\">(240) 388-0030</a></span></strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Deskto\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"on|on|off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" background_color_1=\"rgba(12,113,195,0.9)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]\r\n<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\r\n<span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span>\r\n\r\nJust fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Laptop-mobile\" background_image=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" custom_padding=\"0px|0px|0px|0px\" disabled_on=\"off|off|on\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|2px|\" make_equal=\"on\" background_color_1=\"rgba(11,123,193,0.92)\" bg_img_2=\"http://air-techinternational.com/wp-content/uploads/2017/05/woman-698948_1280.jpg\" padding_top_1=\"40px\" padding_right_1=\"50px\" padding_bottom_1=\"40px\" padding_left_1=\"50px\" padding_top_2=\"200px\" padding_bottom_2=\"200px\" parallax_method_1=\"off\" parallax_method_2=\"off\" disabled_on=\"off|off|off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"20px\" text_text_color=\"#ffffff\" text_line_height=\"1.9em\" custom_padding=\"||10px|\" inline_fonts=\"Oswald,Merriweather\"]\r\n<h1><span style=\"font-family: Oswald; font-weight: normal; font-size: xx-large;\">FALLING SICK TOO OFTEN THIS SPRING?</span></h1>\r\n<span style=\"color: #d7db00;\"><em><span style=\"font-family: Merriweather; font-weight: normal;\">Maybe it\'s time you got your air ducts cleaned.</span></em></span>\r\n\r\nJust fill this form below and GET 10% DISCOUNT on your first service with us! 10+ years experience!\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" max_width=\"900px\" text_font_size=\"22px\" text_line_height=\"1.8em\"]\r\n\r\nAir Tech Int’l LLC (ATI) offers air duct cleaning, dryer vent cleaning, foreclosure cleanup and small home repairs in Silver Spring, Takoma Park and Hyatsville. We bring in 10+ years of experience in sanitizing HVAC systems using certified green products and believe in providing the best air duct cleaning solutions for residential and commercial purposes. If you need an air duct cleaning in Silver Spring call us today at (240) 388-0030\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" custom_padding=\"92px|0px|59px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|49px|0px\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"|||on|\" header_font_size=\"32px\" text_font=\"||||\"]\r\n<h2>Standard Air Duct Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"]\r\n<p style=\"text-align: justify;\">This service applies best to newly constructed homes, or when your HVAC unit is fairly new and/or regularly maintained by a reputable HVAC contractor.</p>\r\n<p style=\"text-align: justify;\">It includes all existing vents/grilles, branches, main supply & return ducts, distribution plenums and; filter housing cleaning.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_87737628_Subscription_Monthly_M-e1494407503752.jpg\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/05/Fotolia_12970634_Subscription_Monthly_M-e1494407214364.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\"]\r\n<h2 style=\"text-align: left;\">HVAC Unit Cleaning</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" text_orientation=\"center\" text_font_size=\"18px\"]\r\n<p style=\"text-align: justify;\">If your HVAC unit is 4 years or older, has been poorly maintained, or if there is visible mold growth within, NADCA/EPA recommend having it cleaned along with the duct-work.</p>\r\n<p style=\"text-align: justify;\">This option adds blower fan, heat exchanger, A/C coil, drain plumbing and; cabinet insulation cleaning.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|3px|0px\" make_equal=\"on\" background_color_1=\"#0b7fc6\" background_color_2=\"#0c6cd3\" background_color_3=\"#115ae0\" padding_top_1=\"50px \" padding_right_1=\" 40px \" padding_bottom_1=\" 50px \" padding_left_1=\"40px\" padding_top_2=\"50px\" padding_right_2=\" 40px \" padding_bottom_2=\" 50px \" padding_left_2=\" 40px\" padding_top_3=\"50px \" padding_right_3=\" 40px \" padding_bottom_3=\" 50px \" padding_left_3=\"40px\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] NADCA / EPA Compliant Comprehensive Service [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 10+ years of experience in HVAC and dryer vent cleaning [/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" text_font=\"|on|||\" text_font_size=\"22px\" text_line_height=\"1.8em\"] 1000+ air ducts and dryer vents cleaned [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font_size=\"35px\" text_line_height=\"1.8em\"]\r\n<h3><span style=\"font-size: xx-large; line-height: 1.5; color: #e21f1f;\">Air Tech\'s air duct cleaning prices in Silver Spring</span></h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_font=\"Open Sans||||\" text_font_size=\"18px\" background_color=\"rgba(12,113,195,0.85)\" custom_padding=\"30px|30px|30px|30px\"]\r\n\r\n- Single Family Homes & Townhouses: $349.00\r\n\r\n- Small (1 Br.) Apartments & Condos: $299.00\r\n\r\n- HVAC (Furnace, Air Handler) Unit Cleaning - Only $150.00 With Air Duct Cleaning!\r\n\r\nExcl. Service: $499.00\r\n\r\n- Any Additional System/HVAC Zone Cleaning: $30.00 Off!!\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://air-techinternational.com/wp-content/uploads/2017/03/CC_Logo.gif\" animation=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#ededed\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" header_font_size=\"32px\"]\r\n<h4><span style=\"font-size: 24pt; line-height: 1.5;\">What Clients say about our air duct and dryer vent cleaning services?</span></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Carolyn Bowes\" background_layout=\"light\" body_font_size=\"18px\"] Airtech International has cleaned my dryer vent for eight years. Excellent service! [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Christopher D. \" background_layout=\"light\" body_font_size=\"18px\"] Airtech International brings a diversity of services with excellence! [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://air-techinternational.com/wp-content/uploads/2016/07/Wyoming-Background.png\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" custom_padding=\"56px|0px|53px|50px\" background_color_1=\"rgba(12,113,195,0.92)\" padding_top_1=\"40px \" padding_right_1=\" 30px \" padding_bottom_1=\"40px\" padding_left_1=\" 30px\" disabled_on=\"on|off|off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" text_orientation=\"center\" header_font=\"Roboto||||\" header_font_size=\"25px\" header_text_color=\"#ffffff\" text_font=\"Raleway||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" custom_padding=\"||20px|\"]\r\n<h5><span style=\"color: #ffffff; font-size: x-large; line-height: 1.5;\">Let\'s us help you with your air duct and dryer vent cleaning. No matter how small or big your apartment is, we can help you.</span></h5>\r\nJust fill up this form and we will get back to you in 24 hours\r\n\r\n[/et_pb_text][et_pb_contact_form admin_label=\"Contact Form\" email=\"mrosette@rcn.com\" custom_message=\"New Inquiry from Air-Tech International Name - %%name%% Email - %%Email%% Zip: %%Zip%% Phone - %%phone%% Message - %%message%%\" success_message=\"Thank you for contacting us. We will contact you in 24 hours with a quote\" form_background_color=\"#f4f4f4\" module_id=\"et_pb_contact_form_0\" form_field_text_color=\"#4c4c4c\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e09900\" button_border_width=\"2px\" button_border_color=\"#e09900\" button_border_radius=\"8px\" button_use_icon=\"on\"] [et_pb_contact_field field_id=\"Name\" field_title=\"Name\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Zip\" field_title=\"Zip Code\"][/et_pb_contact_field][et_pb_contact_field field_id=\"phone\" field_title=\"Phone\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Service\" field_title=\"Service\" field_type=\"text\" fullwidth_field=\"on\"][/et_pb_contact_field] [/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" background_color=\"#1c1c1c\" custom_padding=\"20px|0px|21px|0px\"][et_pb_row admin_label=\"Row\" custom_padding=\"25.59375px|0px|13px|0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"] <span style=\"font-size: 14pt;\">Copyright 2017 | Air-Tech Int\'l</span> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Air Duct Cleaning in Silver Spring, MD','','inherit','closed','closed','','25640-revision-v1','','','2017-05-10 09:34:18','2017-05-10 09:34:18','',25640,'http://air-techinternational.com/?p=25672',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 (1,1,0),(135,2,0),(135,3,0),(135,4,0),(25343,2,0),(25343,3,0),(25343,4,0),(25395,5,0),(25396,5,0),(25397,5,0),(25398,5,0),(25401,1,0),(25403,5,0),(25404,5,0),(25405,5,0),(25406,5,0),(25407,5,0),(25408,5,0),(25409,5,0),(25410,5,0),(25412,5,0),(25413,5,0),(25417,5,0),(25419,5,0),(25428,3,0),(25428,4,0),(25428,6,0),(25428,7,0),(25443,8,0),(25444,8,0),(25445,8,0),(25446,8,0),(25461,5,0),(25490,3,0),(25490,4,0),(25490,6,0),(25490,7,0),(25506,9,0),(25507,9,0),(25508,9,0),(25509,9,0),(25510,9,0),(25511,9,0),(25513,9,0),(25518,2,0),(25518,3,0),(25518,4,0),(25529,3,0),(25529,4,0),(25529,10,0),(25538,9,0),(25539,9,0),(25540,9,0),(25563,3,0),(25563,4,0),(25563,10,0),(25610,3,0),(25610,4,0),(25610,10,0),(25638,2,0),(25638,3,0),(25638,4,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=11 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,2),(2,2,'layout_type','',0,4),(3,3,'scope','',0,9),(4,4,'module_width','',0,9),(5,5,'nav_menu','',0,17),(6,6,'layout_category','',0,2),(7,7,'layout_type','',0,2),(8,8,'nav_menu','',0,4),(9,9,'nav_menu','',0,10),(10,10,'layout_type','',0,3); /*!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', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=11 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),(2,'layout','layout',0),(3,'not_global','not_global',0),(4,'regular','regular',0),(5,'Header','header',0),(6,'Website Pages','website-pages',0),(7,'row','row',0),(8,'Help','help',0),(9,'New Header','new-header',0),(10,'section','section',0); /*!40000 ALTER TABLE `wp_terms` 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=57 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','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','0'),(16,1,'wp_dashboard_quick_press_last_post_id','25673'),(17,1,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1'),(18,1,'wp_user-settings-time','1489302866'),(19,1,'nav_menu_recently_edited','9'),(20,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(21,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(22,1,'closedpostboxes_page','a:2:{i:0;s:20:\"et_settings_meta_box\";i:1;s:10:\"wpseo_meta\";}'),(23,1,'metaboxhidden_page','a:3:{i:0;s:16:\"commentstatusdiv\";i:1;s:7:\"slugdiv\";i:2;s:9:\"authordiv\";}'),(26,1,'closedpostboxes_dashboard','a:3:{i:0;s:18:\"dashboard_activity\";i:1;s:21:\"dashboard_quick_press\";i:2;s:17:\"dashboard_primary\";}'),(27,1,'metaboxhidden_dashboard','a:0:{}'),(36,1,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:140:\"Since you are new to Yoast SEO you can configure the <a href=\"http://air-techinternational.com/wp-admin/?page=wpseo_configurator\">plugin</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:733:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://air-techinternational.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:310:\"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to <strong>/%postname%/</strong>.<br/>You can fix this on the <a href=\"http://air-techinternational.com/wp-admin/options-permalink.php\">Permalink settings page</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:30:\"wpseo-dismiss-permalink-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(40,1,'cf_pointer_add_element','a:1:{i:0;N;}'),(45,1,'_yoast_wpseo_profile_updated','1494402713'),(46,1,'wpseo_title',''),(47,1,'wpseo_metadesc',''),(48,1,'wpseo_metakey',''),(49,1,'wpseo_excludeauthorsitemap',''),(50,1,'wpseo_content_analysis_disable',''),(51,1,'wpseo_keyword_analysis_disable',''),(52,1,'googleplus',''),(53,1,'twitter',''),(54,1,'facebook',''),(55,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(56,2,'wp_user_level','10'); /*!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=3 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','$P$B4uWhAz5k..2dTLwS0qPEWJgV.aGQb0','admin','atifa.oj@gmail.com','','2016-06-23 15:23:45','',0,'admin'),(2,'mary8jygz','1e21ed90919d5da3788084617f71aed1','mary8jygz','mary8jygz@mary8jygz.com','','2011-07-07 00:00:00','',0,'mary8jygz'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02c4f04_2' -- /*!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-12-17 4:19:56